1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2025-04-21 12:27:27 +03:00

Removed unnecessary includes of SDL_gfx header

Only surface.cpp actually uses SDL_gfx functions.
This commit is contained in:
Maarten ter Huurne
2014-07-17 16:52:01 +02:00
parent 9c4e97c839
commit 0810a26589
6 changed files with 0 additions and 8 deletions

View File

@@ -24,7 +24,6 @@
#include "menusetting.h"
#include <SDL.h>
#include <SDL_gfxPrimitives.h>
using namespace std;