diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-15 22:34:54 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-15 22:34:54 +0300 |
commit | ea556923196e3cae6613e39f44387d68b6c9eded (patch) | |
tree | cac7eb187e2b51aa7ae1656a24002b707383f0ff /src/utils/physfsrwops.h | |
parent | d0faf695853fa51ff72a557e3bb7f300acabdfa8 (diff) | |
download | plus-ea556923196e3cae6613e39f44387d68b6c9eded.tar.gz plus-ea556923196e3cae6613e39f44387d68b6c9eded.tar.bz2 plus-ea556923196e3cae6613e39f44387d68b6c9eded.tar.xz plus-ea556923196e3cae6613e39f44387d68b6c9eded.zip |
remove unused includes from utils.
Diffstat (limited to 'src/utils/physfsrwops.h')
-rw-r--r-- | src/utils/physfsrwops.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/physfsrwops.h b/src/utils/physfsrwops.h index 7e859a234..11b44a185 100644 --- a/src/utils/physfsrwops.h +++ b/src/utils/physfsrwops.h @@ -25,7 +25,7 @@ #ifndef UTILS_PHYSFSRWOPS_H #define UTILS_PHYSFSRWOPS_H -#include <SDL.h> +#include <SDL_rwops.h> #include "utils/physfstools.h" |