From 8315c94fde36046785cf86165021906a49c6d849 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 3 Jun 2013 21:28:49 +0300 Subject: Remove subdir SDL from SDL includes. --- src/utils/mutex.h | 2 +- src/utils/physfsrwops.h | 2 +- src/utils/process.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src/utils') diff --git a/src/utils/mutex.h b/src/utils/mutex.h index 116aa0b21..37c889e02 100644 --- a/src/utils/mutex.h +++ b/src/utils/mutex.h @@ -25,7 +25,7 @@ #include "logger.h" -#include +#include /** * A mutex provides mutual exclusion of access to certain data that is diff --git a/src/utils/physfsrwops.h b/src/utils/physfsrwops.h index 08e7c45e8..fb0285e0a 100644 --- a/src/utils/physfsrwops.h +++ b/src/utils/physfsrwops.h @@ -25,7 +25,7 @@ #ifndef UTILS_PHYSFSRWOPS_H #define UTILS_PHYSFSRWOPS_H -#include +#include #include "utils/physfstools.h" diff --git a/src/utils/process.cpp b/src/utils/process.cpp index f042e5f66..4a447848c 100644 --- a/src/utils/process.cpp +++ b/src/utils/process.cpp @@ -238,7 +238,7 @@ bool openBrowser(std::string url) nullptr, nullptr, SW_SHOWNORMAL)) > 32; } #elif defined ANDROID -#include +#include bool openBrowser(std::string url) { SDL_ANDROID_OpenBrowser(replaceAll(url, " ", "").c_str()); -- cgit v1.2.3-60-g2f50