Removed duplicate includes.

This commit is contained in:
Philipp Wiesemann
2017-06-04 23:15:47 +02:00
parent cbcc256fd2
commit 4b47fa38c3
6 changed files with 0 additions and 9 deletions

View File

@@ -22,14 +22,10 @@
#if SDL_VIDEO_DRIVER_DIRECTFB
#include "SDL_DirectFB_video.h"
#include "SDL_DirectFB_events.h"
/*
* #include "SDL_DirectFB_keyboard.h"
*/
#include "SDL_DirectFB_modes.h"
#include "SDL_DirectFB_mouse.h"
#include "SDL_DirectFB_opengl.h"
#include "SDL_DirectFB_window.h"
#include "SDL_DirectFB_WM.h"