simplify header dependency
This commit is contained in:
parent
5f8342ec39
commit
83b9ac1688
2 changed files with 2 additions and 1 deletions
|
@ -22,6 +22,7 @@
|
|||
#include "cursor.hpp"
|
||||
#include "image.hpp"
|
||||
#include "preferences_display.hpp"
|
||||
#include "sdl_utils.hpp"
|
||||
#include "video.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
#define CURSOR_HPP_INCLUDED
|
||||
|
||||
#include "SDL.h"
|
||||
#include "sdl_utils.hpp"
|
||||
struct surface;
|
||||
|
||||
namespace cursor
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue