summaryrefslogtreecommitdiffstats
path: root/src/ui/image.cpp
diff options
context:
space:
mode:
authorZaba999 <zaba.marcin@gmail.com>2012-09-19 00:04:21 +0200
committerZaba999 <zaba.marcin@gmail.com>2012-09-19 00:04:21 +0200
commit4a639cf543c15d45a37674d7eadaf09c23c2203d (patch)
tree1bfd6237384cc700d5e427ce71fa8e54cb3ccd36 /src/ui/image.cpp
parent7bce8f073c9212247d104266d417e46e884b72c2 (diff)
downloadcolobot-4a639cf543c15d45a37674d7eadaf09c23c2203d.tar.gz
colobot-4a639cf543c15d45a37674d7eadaf09c23c2203d.tar.bz2
colobot-4a639cf543c15d45a37674d7eadaf09c23c2203d.zip
Fixed includes in ui.
Diffstat (limited to 'src/ui/image.cpp')
-rw-r--r--src/ui/image.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/image.cpp b/src/ui/image.cpp
index 3c52d86..ad838fa 100644
--- a/src/ui/image.cpp
+++ b/src/ui/image.cpp
@@ -18,7 +18,6 @@
// image.cpp
-#include <stdio.h>
#include "graphics/engine/engine.h"
#include "common/event.h"
@@ -28,6 +27,7 @@
#include "ui/image.h"
#include <string.h>
+#include <stdio.h>
namespace Ui {