* Add Airship (regular above-ground theme) and Battle (castle/boss theme) music court...
[supertux.git] / src / object / level_time.hpp
index 348bd9c..6d9a3a2 100644 (file)
@@ -20,7 +20,6 @@
 #ifndef __LEVELTIME_H__
 #define __LEVELTIME_H__
 
-#include <memory>
 #include "game_object.hpp"
 #include "timer.hpp"
 #include "lisp/lisp.hpp"
@@ -28,6 +27,8 @@
 #include "script_interface.hpp"
 #include "video/color.hpp"
 
+#include <memory>
+
 class LevelTime : public GameObject, public ScriptInterface
 {
     static Color text_color;