aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/imageloader.h
diff options
context:
space:
mode:
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: