diff options
author | Max Horn | 2010-08-11 12:50:00 +0000 |
---|---|---|
committer | Max Horn | 2010-08-11 12:50:00 +0000 |
commit | 01c8e02e60530b70dba26cdaf707710aa41f94c7 (patch) | |
tree | 20b33bb9cd5701d4956848ef2db4055a207260cf /backends/platform | |
parent | 9829bb13f5ad2f7b465f1bdb981464ac50a1f187 (diff) | |
download | scummvm-rg350-01c8e02e60530b70dba26cdaf707710aa41f94c7.tar.gz scummvm-rg350-01c8e02e60530b70dba26cdaf707710aa41f94c7.tar.bz2 scummvm-rg350-01c8e02e60530b70dba26cdaf707710aa41f94c7.zip |
LINUXMOTO: Do not include base/internal_version.h
svn-id: r51977
Diffstat (limited to 'backends/platform')
-rw-r--r-- | backends/platform/linuxmoto/linuxmoto-main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/backends/platform/linuxmoto/linuxmoto-main.cpp b/backends/platform/linuxmoto/linuxmoto-main.cpp index b971a65f7e..97f12e8ce1 100644 --- a/backends/platform/linuxmoto/linuxmoto-main.cpp +++ b/backends/platform/linuxmoto/linuxmoto-main.cpp @@ -31,7 +31,6 @@ #include "backends/platform/linuxmoto/linuxmoto-sdl.h" #include "base/main.h" -#include "base/internal_version.h" int main(int argc, char *argv[]) { g_system = new OSystem_LINUXMOTO(); |