diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 08:57:05 -0500 |
---|---|---|
committer | Dan Sinclair <dsinclair@chromium.org> | 2016-03-08 08:57:05 -0500 |
commit | fffc96359b48ca4ac873dc4a109788750ad87899 (patch) | |
tree | abdb940f083072466624ef56706c10e3c6a06966 /core/src/fxge/ge | |
parent | a44cbb591ec1fb60d6da907db63b69d0b7bd0c39 (diff) | |
download | pdfium-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/ge')
-rw-r--r-- | core/src/fxge/ge/fx_ge_linux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxge/ge/fx_ge_linux.cpp b/core/src/fxge/ge/fx_ge_linux.cpp index 8ad5ff0da2..0166266564 100644 --- a/core/src/fxge/ge/fx_ge_linux.cpp +++ b/core/src/fxge/ge/fx_ge_linux.cpp @@ -5,7 +5,7 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com #include "core/include/fxge/fx_ge.h" -#include "core/src/fxge/agg/include/fx_agg_driver.h" +#include "core/src/fxge/agg/fx_agg_driver.h" #include "core/src/fxge/ge/fx_text_int.h" #if _FXM_PLATFORM_ == _FXM_PLATFORM_LINUX_ |