mirror of
https://github.com/1dot13/source.git
synced 2026-08-12 14:10:23 +02:00
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:
committed by
majcosta
parent
0993789430
commit
897f684705
@@ -1,6 +1,5 @@
|
||||
#include "ImportStrings.h"
|
||||
#include "LocalizedStrings.h"
|
||||
#include "Language Defines.h"
|
||||
|
||||
#include <vfs/Tools/vfs_tools.h>
|
||||
#include <vfs/Core/vfs.h>
|
||||
|
||||
Reference in New Issue
Block a user