simplify header dependency

This commit is contained in:
Ali El Gariani 2010-06-14 15:02:42 +00:00
parent 5f8342ec39
commit 83b9ac1688
2 changed files with 2 additions and 1 deletions

View file

@ -22,6 +22,7 @@
#include "cursor.hpp"
#include "image.hpp"
#include "preferences_display.hpp"
#include "sdl_utils.hpp"
#include "video.hpp"
#include <iostream>

View file

@ -18,7 +18,7 @@
#define CURSOR_HPP_INCLUDED
#include "SDL.h"
#include "sdl_utils.hpp"
struct surface;
namespace cursor
{