summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gfx/rect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gfx/rect.h b/gfx/rect.h
index c3c01ad..315f99c 100644
--- a/gfx/rect.h
+++ b/gfx/rect.h
@@ -14,8 +14,8 @@
#include <iosfwd>
-#include "base/gfx/point.h"
-#include "base/gfx/size.h"
+#include "gfx/point.h"
+#include "gfx/size.h"
#if defined(OS_WIN)
typedef struct tagRECT RECT;