summaryrefslogtreecommitdiff
path: root/apps/plugins/sdl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugins/sdl')
-rw-r--r--apps/plugins/sdl/src/thread/SDL_thread_c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/plugins/sdl/src/thread/SDL_thread_c.h b/apps/plugins/sdl/src/thread/SDL_thread_c.h
index 9534c8a9e0..d0804e9a81 100644
--- a/apps/plugins/sdl/src/thread/SDL_thread_c.h
+++ b/apps/plugins/sdl/src/thread/SDL_thread_c.h
@@ -35,8 +35,6 @@
35#include "os2/SDL_systhread_c.h" 35#include "os2/SDL_systhread_c.h"
36#elif SDL_THREAD_PTH 36#elif SDL_THREAD_PTH
37#include "pth/SDL_systhread_c.h" 37#include "pth/SDL_systhread_c.h"
38#elif SDL_THREAD_PTHREAD
39#include "pthread/SDL_systhread_c.h"
40#elif SDL_THREAD_SPROC 38#elif SDL_THREAD_SPROC
41#include "irix/SDL_systhread_c.h" 39#include "irix/SDL_systhread_c.h"
42#elif SDL_THREAD_WIN32 40#elif SDL_THREAD_WIN32