summaryrefslogtreecommitdiff
path: root/src/resources/imageset.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/imageset.cpp')
-rw-r--r--src/resources/imageset.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/resources/imageset.cpp b/src/resources/imageset.cpp
index 33be1573..0c836134 100644
--- a/src/resources/imageset.cpp
+++ b/src/resources/imageset.cpp
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (C) 2004 The Mana World Development Team
*
- * This file is part of Aethyra based on original code
- * from The Mana World.
+ * This file is part of The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -20,12 +19,13 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-#include "image.h"
-#include "imageset.h"
+#include "resources/imageset.h"
-#include "../log.h"
+#include "resources/image.h"
-#include "../utils/dtor.h"
+#include "log.h"
+
+#include "utils/dtor.h"
ImageSet::ImageSet(Image *img, int width, int height)
{