Commit e8f5e010ad7e0e2049af203e7fdf26c7813e8959

Philipp Wiesemann 2014-02-02T20:58:46

Fixed including SDL_internal.h twice for DirectFB.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/video/directfb/SDL_DirectFB_video.c b/src/video/directfb/SDL_DirectFB_video.c
index 4135fe0..55e9ece 100644
--- a/src/video/directfb/SDL_DirectFB_video.c
+++ b/src/video/directfb/SDL_DirectFB_video.c
@@ -35,8 +35,6 @@
 #include "SDL_DirectFB_WM.h"
 
 
-#include "../../SDL_internal.h"
-
 /* DirectFB video driver implementation.
 */