aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/imageloader.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-20 13:12:19 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-20 14:26:44 +0000
commit16905976c82c57fdc98a8988392354597f166a12 (patch)
tree8e8c677a793f10bdc93594c071f46721a1880f1e /yage/core/imageloader.h
parent335a259da22a1775fad3f3b83cc31cbcf7d1afcc (diff)
downloadYAGE-16905976c82c57fdc98a8988392354597f166a12.tar.gz
YAGE-16905976c82c57fdc98a8988392354597f166a12.zip
improving compilation speed
Diffstat (limited to 'yage/core/imageloader.h')
-rw-r--r--yage/core/imageloader.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yage/core/imageloader.h b/yage/core/imageloader.h
index ab9f9e4d..ca68bd58 100644
--- a/yage/core/imageloader.h
+++ b/yage/core/imageloader.h
@@ -9,13 +9,13 @@
#ifndef IMAGE_LOADER_H
#define IMAGE_LOADER_H
-#include "texture.h"
-
#include <string>
namespace yage
{
+class Texture;
+
class ImageLoader
{
public: