From d4bfd9ab6e6acaf8b69257205477adc0ee62f12f Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Sun, 2 Feb 2014 20:58:46 +0100 Subject: [PATCH] Fixed including SDL_internal.h twice for DirectFB. --- src/video/directfb/SDL_DirectFB_video.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/video/directfb/SDL_DirectFB_video.c b/src/video/directfb/SDL_DirectFB_video.c index 4135fe01e..55e9ece3c 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. */