diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-05-30 20:32:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-05-30 20:32:32 +0300 |
commit | 338c3b1cae626830c9b9d231aeb9f9e8034b37d1 (patch) | |
tree | 0d6b2a53f105a6a1c524360bba7fcedb361a8bf0 /src/resources | |
parent | fc7928bab206892653a5a7279b384f2bcd323ea4 (diff) | |
download | plus-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.gz plus-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.bz2 plus-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.tar.xz plus-338c3b1cae626830c9b9d231aeb9f9e8034b37d1.zip |
Switch includes to use embedded guichan.
Diffstat (limited to 'src/resources')
-rw-r--r-- | src/resources/imageloader.cpp | 4 | ||||
-rw-r--r-- | src/resources/imageloader.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/resources/imageloader.cpp b/src/resources/imageloader.cpp index fa5d0eea1..820d488e9 100644 --- a/src/resources/imageloader.cpp +++ b/src/resources/imageloader.cpp @@ -25,9 +25,9 @@ #include "resources/image.h" #include "resources/resourcemanager.h" -#include <guichan/color.hpp> +#include "guichan/color.hpp" -#include <guichan/sdl/sdlpixel.hpp> +#include "guichan/sdl/sdlpixel.hpp" #include <cassert> diff --git a/src/resources/imageloader.h b/src/resources/imageloader.h index 5c3d29c74..fa5cfcd24 100644 --- a/src/resources/imageloader.h +++ b/src/resources/imageloader.h @@ -23,8 +23,8 @@ #ifndef IMAGELOADER_H #define IMAGELOADER_H -#include <guichan/image.hpp> -#include <guichan/imageloader.hpp> +#include "guichan/image.hpp" +#include "guichan/imageloader.hpp" #include <string> |