diff options
author | Eugene Sandulenko | 2013-09-27 12:28:25 +0300 |
---|---|---|
committer | Eugene Sandulenko | 2013-09-27 12:28:25 +0300 |
commit | ca5804a253c0e654ec6d6210aea9ee2574aad367 (patch) | |
tree | 6b6f79f094fe041ae27723e3bbb95935aedea529 /devtools/create_mortdat | |
parent | 8053989dd13acc15ad911bf2511311f5cfa206ba (diff) | |
download | scummvm-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_mortdat')
-rw-r--r-- | devtools/create_mortdat/create_mortdat.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devtools/create_mortdat/create_mortdat.cpp b/devtools/create_mortdat/create_mortdat.cpp index 5a491eea2f..0065407daa 100644 --- a/devtools/create_mortdat/create_mortdat.cpp +++ b/devtools/create_mortdat/create_mortdat.cpp @@ -33,10 +33,6 @@ #undef main #endif // main -#include <stdio.h> -#include <stdlib.h> -#include <string.h> - #include "common/endian.h" #include "create_mortdat.h" #include "enginetext.h" |