diff options
Diffstat (limited to 'apps/plugins/sdl/src/thread')
| -rw-r--r-- | apps/plugins/sdl/src/thread/SDL_thread_c.h | 2 |
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 9534c8a..d0804e9 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 @@ #include "os2/SDL_systhread_c.h" #elif SDL_THREAD_PTH #include "pth/SDL_systhread_c.h" -#elif SDL_THREAD_PTHREAD -#include "pthread/SDL_systhread_c.h" #elif SDL_THREAD_SPROC #include "irix/SDL_systhread_c.h" #elif SDL_THREAD_WIN32 |