From: Ingo Ruhnke Date: Fri, 20 Nov 2009 03:02:50 +0000 (+0000) Subject: Minor cleanup X-Git-Url: https://git.verplant.org/?a=commitdiff_plain;h=e558a32211f0f4181726d359ccda09008afc58d6;p=supertux.git Minor cleanup SVN-Revision: 6064 --- diff --git a/src/physfs/physfs_file_system.hpp b/src/physfs/physfs_file_system.hpp index 2fd6e34ea..dea9ad276 100644 --- a/src/physfs/physfs_file_system.hpp +++ b/src/physfs/physfs_file_system.hpp @@ -17,7 +17,7 @@ #ifndef HEADER_SUPERTUX_PHYSFS_FILE_SYSTEM_HPP #define HEADER_SUPERTUX_PHYSFS_FILE_SYSTEM_HPP -#include "tinygettext/file_system.hpp" +#include class PhysFSFileSystem : public tinygettext::FileSystem { diff --git a/src/supertux/main.cpp b/src/supertux/main.cpp index 41e22ef7b..37dd8f715 100644 --- a/src/supertux/main.cpp +++ b/src/supertux/main.cpp @@ -23,6 +23,7 @@ #include #include #include +#include #ifdef MACOSX namespace supertux_apple { @@ -30,8 +31,6 @@ namespace supertux_apple { } // namespace supertux_apple #endif -#include "tinygettext/log.hpp" - #include "addon/addon_manager.hpp" #include "audio/sound_manager.hpp" #include "control/joystickkeyboardcontroller.hpp" @@ -80,7 +79,7 @@ Main::init_tinygettext() } } - void +void Main::init_physfs(const char* argv0) { if(!PHYSFS_init(argv0)) {