Minor cleanup
authorIngo Ruhnke <grumbel@gmx.de>
Fri, 20 Nov 2009 03:02:50 +0000 (03:02 +0000)
committerIngo Ruhnke <grumbel@gmx.de>
Fri, 20 Nov 2009 03:02:50 +0000 (03:02 +0000)
SVN-Revision: 6064

src/physfs/physfs_file_system.hpp
src/supertux/main.cpp

index 2fd6e34..dea9ad2 100644 (file)
@@ -17,7 +17,7 @@
 #ifndef HEADER_SUPERTUX_PHYSFS_FILE_SYSTEM_HPP
 #define HEADER_SUPERTUX_PHYSFS_FILE_SYSTEM_HPP
 
-#include "tinygettext/file_system.hpp"
+#include <tinygettext/file_system.hpp>
 
 class PhysFSFileSystem : public tinygettext::FileSystem
 {
index 41e22ef..37dd8f7 100644 (file)
@@ -23,6 +23,7 @@
 #include <physfs.h>
 #include <iostream>
 #include <binreloc.h>
+#include <tinygettext/log.hpp>
 
 #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)) {