remove all #include's for Language Defines

scripted diff:

find . -type f -iname "*.h" -exec sed -i -E '/#include.*language\ defines\.h/I d' {} \;
find . -type f -iname "*.cpp" -exec sed -i -E '/#include.*language\ defines\.h/I d' {} \;
This commit is contained in:
Marco Antonio J. Costa
2024-12-27 02:35:29 -03:00
committed by majcosta
parent 0993789430
commit 897f684705
31 changed files with 0 additions and 32 deletions
-1
View File
@@ -2,7 +2,6 @@
// WANNE: Yes we need this here exclusivly in Polish version, because we do not have a codepage in the code like for other versions.
//#pragma setlocale("POLISH")
#include "Language Defines.h"
#if defined( POLISH )
#include "text.h"
#include "Fileman.h"