summaryrefslogtreecommitdiff
path: root/core/src/fxge/win32
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-08 08:57:05 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-03-08 08:57:05 -0500
commitfffc96359b48ca4ac873dc4a109788750ad87899 (patch)
treeabdb940f083072466624ef56706c10e3c6a06966 /core/src/fxge/win32
parenta44cbb591ec1fb60d6da907db63b69d0b7bd0c39 (diff)
downloadpdfium-fffc96359b48ca4ac873dc4a109788750ad87899.tar.xz
Move fx_agg_driver files up one level
The agg driver files are split into src/ and include/ directories. This CL moves the source files up one level and removes the src/ and include/ directories. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1773593007 .
Diffstat (limited to 'core/src/fxge/win32')
-rw-r--r--core/src/fxge/win32/fx_win32_device.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxge/win32/fx_win32_device.cpp b/core/src/fxge/win32/fx_win32_device.cpp
index 99b5540774..cdfc21bddc 100644
--- a/core/src/fxge/win32/fx_win32_device.cpp
+++ b/core/src/fxge/win32/fx_win32_device.cpp
@@ -12,7 +12,7 @@
#include "core/include/fxcodec/fx_codec.h"
#include "core/include/fxge/fx_freetype.h"
#include "core/include/fxge/fx_ge_win32.h"
-#include "core/src/fxge/agg/include/fx_agg_driver.h"
+#include "core/src/fxge/agg/fx_agg_driver.h"
#include "core/src/fxge/dib/dib_int.h"
#include "core/src/fxge/ge/fx_text_int.h"
#include "core/src/fxge/win32/dwrite_int.h"