diff options
author | Eugene Sandulenko | 2005-04-12 00:34:23 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2005-04-12 00:34:23 +0000 |
commit | e096cf83f28025233728f4e7b6cf80ee85ca6aad (patch) | |
tree | 9d89b767787d5f34562454b5e58de413f705065a | |
parent | a0ee8f6ed6229d7275291cc784ad122d17a3cdb8 (diff) | |
download | scummvm-rg350-e096cf83f28025233728f4e7b6cf80ee85ca6aad.tar.gz scummvm-rg350-e096cf83f28025233728f4e7b6cf80ee85ca6aad.tar.bz2 scummvm-rg350-e096cf83f28025233728f4e7b6cf80ee85ca6aad.zip |
Remove reference to resource.h
svn-id: r17559
-rw-r--r-- | gob/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gob/init.cpp b/gob/init.cpp index cf41be4d01..90a2dd174e 100644 --- a/gob/init.cpp +++ b/gob/init.cpp @@ -21,7 +21,6 @@ */ #include "gob/gob.h" #include "gob/dataio.h" -#include "gob/resource.h" #include "gob/global.h" #include "gob/init.h" #include "gob/video.h" |