summaryrefslogtreecommitdiffstats
path: root/src/ui/target.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/target.h')
-rw-r--r--src/ui/target.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/src/ui/target.h b/src/ui/target.h
index 1f7f256..05a3651 100644
--- a/src/ui/target.h
+++ b/src/ui/target.h
@@ -20,17 +20,17 @@
#include <string>
-#include <ui/control.h>
+#include "ui/control.h"
-#include <common/misc.h>
-#include <common/iman.h>
-#include <common/restext.h>
-#include <common/event.h>
+#include "common/misc.h"
+#include "common/iman.h"
+#include "common/restext.h"
+#include "common/event.h"
-#include <graphics/engine/engine.h>
+#include "graphics/engine/engine.h"
-#include <object/robotmain.h>
-#include <object/object.h>
+#include "object/robotmain.h"
+#include "object/object.h"
namespace Ui {