From: Michal MalĂ˝ Date: Sun, 8 Mar 2020 15:59:11 +0000 (+0100) Subject: Update SDL2 include paths X-Git-Url: https://gitweb.devoid-pointer.net/?a=commitdiff_plain;h=9579ef6ec2f7d1a4e03d901229d16843d94a57c6;p=FFBChecker.git Update SDL2 include paths --- diff --git a/sdl2deviceprober.h b/sdl2deviceprober.h index 7c86539..6b1a2cd 100644 --- a/sdl2deviceprober.h +++ b/sdl2deviceprober.h @@ -2,7 +2,7 @@ #define SDL2DEVICEPROBER_H #include "deviceprober.h" -#include +#include #include "sdl2ffbdevice.h" #include diff --git a/sdl2ffbdevice.h b/sdl2ffbdevice.h index fa89c4d..94915f9 100644 --- a/sdl2ffbdevice.h +++ b/sdl2ffbdevice.h @@ -1,7 +1,7 @@ #ifndef SDL2FFBDEVICE_H #define SDL2FFBDEVICE_H -#include "SDL.h" +#include #include "ffbdevice.h" class SDL2FFBDevice : public FFBDevice { @@ -24,4 +24,4 @@ private: static const QString SDL2DEV_ERR_CAPTION; }; -#endif // SDL2FFBDEVICE_H \ No newline at end of file +#endif // SDL2FFBDEVICE_H diff --git a/sdl2ffbeffect.h b/sdl2ffbeffect.h index 92808c4..95570ff 100644 --- a/sdl2ffbeffect.h +++ b/sdl2ffbeffect.h @@ -2,7 +2,7 @@ #define SDL2FFBEFFECT_H #include "ffbeffect.h" -#include "SDL.h" +#include class SDL2FFBEffect : public FFBEffect {