mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-04 23:37:10 +02:00
Removed unnecessary includes of SDL_gfx header
Only surface.cpp actually uses SDL_gfx functions.
This commit is contained in:
parent
9c4e97c839
commit
0810a26589
@ -56,7 +56,6 @@
|
||||
#include <unistd.h>
|
||||
#include <math.h>
|
||||
#include <SDL.h>
|
||||
#include <SDL_gfxPrimitives.h>
|
||||
#include <signal.h>
|
||||
|
||||
#include <sys/statvfs.h>
|
||||
|
@ -25,7 +25,6 @@
|
||||
#include "utilities.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <SDL_gfxPrimitives.h>
|
||||
|
||||
//for browsing the filesystem
|
||||
#include <sys/stat.h>
|
||||
|
@ -27,8 +27,6 @@
|
||||
#include "surface.h"
|
||||
#include "utilities.h"
|
||||
|
||||
#include <SDL_gfxPrimitives.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
#define KEY_WIDTH 20
|
||||
|
@ -22,8 +22,6 @@
|
||||
#include "gmenu2x.h"
|
||||
#include "surface.h"
|
||||
|
||||
#include <SDL_gfxPrimitives.h>
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
using namespace std;
|
||||
|
@ -29,7 +29,6 @@
|
||||
#include "utilities.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <SDL_gfxPrimitives.h>
|
||||
#include <algorithm>
|
||||
|
||||
//for browsing the filesystem
|
||||
|
@ -24,7 +24,6 @@
|
||||
#include "menusetting.h"
|
||||
|
||||
#include <SDL.h>
|
||||
#include <SDL_gfxPrimitives.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user