1
0
mirror of git://projects.qi-hardware.com/gmenu2x.git synced 2024-09-30 01:31:38 +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

@ -56,7 +56,6 @@
#include <unistd.h>
#include <math.h>
#include <SDL.h>
#include <SDL_gfxPrimitives.h>
#include <signal.h>
#include <sys/statvfs.h>

View File

@ -25,7 +25,6 @@
#include "utilities.h"
#include <SDL.h>
#include <SDL_gfxPrimitives.h>
//for browsing the filesystem
#include <sys/stat.h>

View File

@ -27,8 +27,6 @@
#include "surface.h"
#include "utilities.h"
#include <SDL_gfxPrimitives.h>
using namespace std;
#define KEY_WIDTH 20

View File

@ -22,8 +22,6 @@
#include "gmenu2x.h"
#include "surface.h"
#include <SDL_gfxPrimitives.h>
#include <unistd.h>
using namespace std;

View File

@ -29,7 +29,6 @@
#include "utilities.h"
#include <SDL.h>
#include <SDL_gfxPrimitives.h>
#include <algorithm>
//for browsing the filesystem

View File

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