X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Flevel_subset.cpp;h=2366f8cf18469704b09af5574421638f62da56a7;hb=2b18d7e2549f4be99533fed58c0f07887a19db37;hp=aa096cb0b034638c08e095fb3859c63d2e29ed16;hpb=c0093d25093395cb62fc2526ab42be65a9f015b8;p=supertux.git diff --git a/src/level_subset.cpp b/src/level_subset.cpp index aa096cb0b..2366f8cf1 100644 --- a/src/level_subset.cpp +++ b/src/level_subset.cpp @@ -17,24 +17,20 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA // 02111-1307, USA. - #include #include #include #include #include -#include "app/setup.h" #include "level.h" #include "resources.h" -#include "app/globals.h" +#include "file_system.h" #include "video/surface.h" #include "level_subset.h" #include "lisp/parser.h" #include "lisp/lisp.h" -using namespace SuperTux; - static bool has_suffix(const std::string& data, const std::string& suffix) { if (data.length() >= suffix.length())