mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-17 15:21:43 +00:00
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:
@@ -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;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user