Skip to content

Commit

Permalink
Still trying to get this to compile...
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed May 28, 2015
1 parent cae4fd7 commit 7964f3a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/haptic/windows/SDL_dinputhaptic.c
Expand Up @@ -22,14 +22,14 @@

#include "SDL_error.h"
#include "SDL_haptic.h"
#include "../SDL_syshaptic.h"

#if SDL_HAPTIC_DINPUT

#include "SDL_stdinc.h"
#include "SDL_timer.h"
#include "SDL_windowshaptic_c.h"
#include "SDL_dinputhaptic_c.h"
#include "../SDL_syshaptic.h"
#include "../../joystick/windows/SDL_windowsjoystick_c.h"

/*
Expand Down
2 changes: 1 addition & 1 deletion src/haptic/windows/SDL_xinputhaptic.c
Expand Up @@ -22,6 +22,7 @@

#include "SDL_error.h"
#include "SDL_haptic.h"
#include "../SDL_syshaptic.h"

#if SDL_HAPTIC_XINPUT

Expand All @@ -30,7 +31,6 @@
#include "SDL_timer.h"
#include "SDL_windowshaptic_c.h"
#include "SDL_xinputhaptic_c.h"
#include "../SDL_syshaptic.h"
#include "../../core/windows/SDL_xinput.h"
#include "../../joystick/windows/SDL_windowsjoystick_c.h"

Expand Down

0 comments on commit 7964f3a

Please sign in to comment.