summaryrefslogtreecommitdiffstats
path: root/views/view.h
diff options
context:
space:
mode:
Diffstat (limited to 'views/view.h')
-rw-r--r--views/view.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/views/view.h b/views/view.h
index ed4d4a0..e5360213 100644
--- a/views/view.h
+++ b/views/view.h
@@ -7,12 +7,6 @@
#include "build/build_config.h"
-#if defined(OS_WIN)
-#include <atlbase.h>
-#include <atlapp.h>
-#include <atlmisc.h>
-#endif // defined(OS_WIN)
-
#include <algorithm>
#include <map>
#include <string>
@@ -25,6 +19,10 @@
#include "views/background.h"
#include "views/border.h"
+#if defined(OS_WIN)
+struct IDataObject;
+#endif // defined(OS_WIN)
+
namespace gfx {
class Insets;
class Path;