From d1bde399af45b7bf4bbb4c6a63689a930063b17d Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Sun, 20 Oct 2013 20:24:00 -0400 Subject: [PATCH] Backed out changeset 737771c47c6f, done testing Buildbot changes. --- src/main/windows/SDL_windows_main.c | 3 --- src/video/raspberry/SDL_rpievents.c | 2 -- 2 files changed, 5 deletions(-) diff --git a/src/main/windows/SDL_windows_main.c b/src/main/windows/SDL_windows_main.c index 11b9a051bdaa8..4e8e3f2f4ab5d 100644 --- a/src/main/windows/SDL_windows_main.c +++ b/src/main/windows/SDL_windows_main.c @@ -7,9 +7,6 @@ #ifdef __WIN32__ -sdfsdfdsf - - /* Include this so we define UNICODE properly */ #include "../../core/windows/SDL_windows.h" diff --git a/src/video/raspberry/SDL_rpievents.c b/src/video/raspberry/SDL_rpievents.c index 195d39e9d3514..8c420fe710afc 100644 --- a/src/video/raspberry/SDL_rpievents.c +++ b/src/video/raspberry/SDL_rpievents.c @@ -23,8 +23,6 @@ #if SDL_VIDEO_DRIVER_RPI -sdfsdfdsf - #include "../../events/SDL_sysevents.h" #include "../../events/SDL_events_c.h" #include "../../events/SDL_keyboard_c.h"