diff options
author | Lei Zhang <thestig@chromium.org> | 2015-11-06 15:53:26 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2015-11-06 15:53:26 -0800 |
commit | e6cab2252ee48212420b52735afa6346bb256e2c (patch) | |
tree | 1ffbed054fd1c73dd1da6cd3393b82665c21c6ff /xfa/src/fxgraphics | |
parent | b4e7f304af0ad92d20f952e6634000d177974f47 (diff) | |
download | pdfium-e6cab2252ee48212420b52735afa6346bb256e2c.tar.xz |
XFA: Actually fix all relative includes to third_party.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1413253003 .
Diffstat (limited to 'xfa/src/fxgraphics')
-rw-r--r-- | xfa/src/fxgraphics/src/fx_graphics.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xfa/src/fxgraphics/src/fx_graphics.cpp b/xfa/src/fxgraphics/src/fx_graphics.cpp index df0ecbba22..655c87085b 100644 --- a/xfa/src/fxgraphics/src/fx_graphics.cpp +++ b/xfa/src/fxgraphics/src/fx_graphics.cpp @@ -4,9 +4,9 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "../../../../third_party/base/nonstd_unique_ptr.h"
#include "fx_path_generator.h"
#include "pre.h"
+#include "third_party/base/nonstd_unique_ptr.h"
class CAGG_Graphics {
public:
|