diff options
author | Johannes Schickel | 2010-06-24 22:00:20 +0000 |
---|---|---|
committer | Johannes Schickel | 2010-06-24 22:00:20 +0000 |
commit | 968e10795ffdf2e17a7ca678ca5e303b0d265795 (patch) | |
tree | 3b638d6d3bd085e05c4089bbdb3f67c9cbc9df60 /tools/po2c | |
parent | a5fb4fec2e71f252d5f7aa2b8d09165ce46fa3fa (diff) | |
download | scummvm-rg350-968e10795ffdf2e17a7ca678ca5e303b0d265795.tar.gz scummvm-rg350-968e10795ffdf2e17a7ca678ca5e303b0d265795.tar.bz2 scummvm-rg350-968e10795ffdf2e17a7ca678ca5e303b0d265795.zip |
Do not include any headers from common/messages.cpp, since that file might be included into an namespace.
svn-id: r50241
Diffstat (limited to 'tools/po2c')
-rwxr-xr-x | tools/po2c | 2 |
1 files changed, 0 insertions, 2 deletions
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"; |