Removed redundant include statements from test programs.

The needed header files are already included with SDL.h. Still including them in
the test programs is confusing because it somehow suggests they would be needed.
This commit is contained in:
Philipp Wiesemann 2015-02-18 21:31:21 +01:00
parent f75d6c0915
commit f9adb453dd
13 changed files with 0 additions and 20 deletions

View file

@ -22,8 +22,6 @@ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
#ifndef SDL_HAPTIC_DISABLED
#include "SDL_haptic.h"
static SDL_Haptic *haptic;