summaryrefslogtreecommitdiffstats
path: root/src/ui/scroll.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/scroll.cpp')
-rw-r--r--src/ui/scroll.cpp12
1 files changed, 3 insertions, 9 deletions
diff --git a/src/ui/scroll.cpp b/src/ui/scroll.cpp
index b54c868..86595f9 100644
--- a/src/ui/scroll.cpp
+++ b/src/ui/scroll.cpp
@@ -17,20 +17,14 @@
// scroll.cpp
+#include "ui/scroll.h"
-//#include <windows.h>
-//#include <stdio.h>
-//#include <d3d.h>
-
-//#include "common/struct.h"
-//#include "old/d3dengine.h"
-//#include "old/math3d.h"
-#include "graphics/engine/engine.h"
#include "common/event.h"
#include "common/misc.h"
#include "common/iman.h"
+#include "graphics/engine/engine.h"
#include "ui/button.h"
-#include "ui/scroll.h"
+
namespace Ui {