summaryrefslogtreecommitdiffstats
path: root/src/ui/slider.h
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/slider.h
parent7bce8f073c9212247d104266d417e46e884b72c2 (diff)
downloadcolobot-4a639cf543c15d45a37674d7eadaf09c23c2203d.tar.gz
colobot-4a639cf543c15d45a37674d7eadaf09c23c2203d.tar.bz2
colobot-4a639cf543c15d45a37674d7eadaf09c23c2203d.zip
Fixed includes in ui.
Diffstat (limited to 'src/ui/slider.h')
-rw-r--r--src/ui/slider.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/ui/slider.h b/src/ui/slider.h
index b0de011..4912453 100644
--- a/src/ui/slider.h
+++ b/src/ui/slider.h
@@ -20,9 +20,8 @@
#pragma once
-#include <ui/control.h>
-
-#include <common/event.h>
+#include "ui/control.h"
+#include "common/event.h"
namespace Ui {