X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=lib%2Fvideo%2Fscreen.cpp;h=4cef057038160262958265a334d826b6c91c4cee;hb=133d94d5b145f325c38c8c15c9ea561bfffb092d;hp=1714943da744be35bf5ea03f312678a191af85bb;hpb=1028ce017d6809007e39a8f7c034a0d62bfe3052;p=supertux.git diff --git a/lib/video/screen.cpp b/lib/video/screen.cpp index 1714943da..4cef05703 100644 --- a/lib/video/screen.cpp +++ b/lib/video/screen.cpp @@ -17,6 +17,8 @@ // along with this program; if not, write to the Free Software // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. +#include + #include #include #include @@ -33,11 +35,10 @@ #include #endif -#include "../video/screen.h" -#include "../app/globals.h" -#include "../video/drawing_context.h" -#include "../special/base.h" -#include "../math/vector.h" +#include "screen.h" +#include "app/globals.h" +#include "video/drawing_context.h" +#include "math/vector.h" using namespace SuperTux;