aboutsummaryrefslogtreecommitdiff
path: root/devtools/create_translations/create_translations.cpp
diff options
context:
space:
mode:
authorEugene Sandulenko2013-09-27 12:28:25 +0300
committerEugene Sandulenko2013-09-27 12:28:25 +0300
commitca5804a253c0e654ec6d6210aea9ee2574aad367 (patch)
tree6b6f79f094fe041ae27723e3bbb95935aedea529 /devtools/create_translations/create_translations.cpp
parent8053989dd13acc15ad911bf2511311f5cfa206ba (diff)
downloadscummvm-rg350-ca5804a253c0e654ec6d6210aea9ee2574aad367.tar.gz
scummvm-rg350-ca5804a253c0e654ec6d6210aea9ee2574aad367.tar.bz2
scummvm-rg350-ca5804a253c0e654ec6d6210aea9ee2574aad367.zip
DEVTOOLS: Make Coverity happy.
This is mainly due to unhandled clang __has_featrure() buit-in. I do not like this hack, but Coverity proved to be a very good tool for us.
Diffstat (limited to 'devtools/create_translations/create_translations.cpp')
-rw-r--r--devtools/create_translations/create_translations.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/devtools/create_translations/create_translations.cpp b/devtools/create_translations/create_translations.cpp
index a153632c47..a8b04a7a52 100644
--- a/devtools/create_translations/create_translations.cpp
+++ b/devtools/create_translations/create_translations.cpp
@@ -22,6 +22,8 @@
* The generated files is used by ScummVM to propose translation of its GUI.
*/
+#include "create_translations.h"
+
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -34,7 +36,6 @@
#undef main
#endif // main
-#include "create_translations.h"
#include "po_parser.h"
#include "cp_parser.h"