Merge branch 'feature/c++11'
[supertux.git] / src / video / lightmap.hpp
index a96b4a8..905a237 100644 (file)
 #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/rectf.hpp"
 #include "math/vector.hpp"
-#include "obstack/obstack.h"
 #include "video/color.hpp"
 #include "video/drawing_request.hpp"
 #include "video/font.hpp"