#include <sstream>
#include <stdexcept>
+#include <tinygettext/tinygettext.hpp>
#include "lisp/lisp.hpp"
#include "lisp/parser.hpp"
#include "physfs/ifile_stream.hpp"
#include "physfs/ifile_streambuf.hpp"
#include "supertux/globals.hpp"
-#include "tinygettext/tinygettext.hpp"
#include "supertux/gameconfig.hpp"
#ifndef HEADER_SUPERTUX_LISP_PARSER_HPP
#define HEADER_SUPERTUX_LISP_PARSER_HPP
+#include <obstack.h>
+
#include "lisp/lexer.hpp"
-#include "obstack/obstack.h"
namespace tinygettext {
class Dictionary;
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "supertux/globals.hpp"
-#include "tinygettext/tinygettext.hpp"
+#include <tinygettext/tinygettext.hpp>
SDL_Surface* g_screen;
JoystickKeyboardController* g_main_controller = 0;
#include <SDL_image.h>
#include <physfs.h>
#include <iostream>
+#include <binreloc.h>
#ifdef MACOSX
namespace supertux_apple {
#include "addon/addon_manager.hpp"
#include "audio/sound_manager.hpp"
-#include "binreloc/binreloc.h"
#include "control/joystickkeyboardcontroller.hpp"
#include "math/random_generator.hpp"
#include "physfs/ifile_stream.hpp"
#include <memory>
#include <string>
#include <vector>
-
#include <stdint.h>
+#include <obstack.h>
#include "math/rect.hpp"
#include "math/vector.hpp"
-#include "obstack/obstack.h"
#include "video/color.hpp"
#include "video/drawing_request.hpp"
#include "video/font.hpp"
#ifndef HEADER_SUPERTUX_VIDEO_LIGHTMAP_HPP
#define HEADER_SUPERTUX_VIDEO_LIGHTMAP_HPP
+#include <SDL_video.h>
#include <memory>
+#include <obstack.h>
+#include <stdint.h>
#include <string>
#include <vector>
-#include <stdint.h>
-
-#include <SDL_video.h>
-
#include "math/rect.hpp"
#include "math/vector.hpp"
-#include "obstack/obstack.h"
#include "video/color.hpp"
#include "video/drawing_request.hpp"
#include "video/font.hpp"
#include <SDL_video.h>
#include <assert.h>
#include <stdint.h>
+#include <obstack.h>
#include "math/rect.hpp"
#include "math/vector.hpp"
-#include "obstack/obstack.h"
#include "video/color.hpp"
#include "video/font.hpp"
#include "video/glutil.hpp"