diff options
-rw-r--r-- | common/messages.cpp | 3 | ||||
-rwxr-xr-x | tools/po2c | 2 |
2 files changed, 0 insertions, 5 deletions
diff --git a/common/messages.cpp b/common/messages.cpp index bd37656417..dde7f1504c 100644 --- a/common/messages.cpp +++ b/common/messages.cpp @@ -1,8 +1,5 @@ // generated by po2c 1.0.2-scummvm - Do not modify -#include <stdio.h> -#include <string.h> - static const char * const _po2c_msgids[] = { /* 0 */ "", /* 1 */ " Are you sure you want to quit ? ", diff --git a/tools/po2c b/tools/po2c index ae55b28bfa..dddd4541c0 100755 --- a/tools/po2c +++ b/tools/po2c @@ -109,8 +109,6 @@ for(my $n = 0;$n < scalar(@msgids);$n++) # stage 3: dump as C++ code print "// generated by po2c $VERSION - Do not modify\n\n"; -print "#include <stdio.h>\n"; -print "#include <string.h>\n\n"; # dump first the msgid array print "static const char * const _po2c_msgids[] = {\n"; |