diff options
author | Lei Zhang <thestig@chromium.org> | 2016-01-08 13:51:10 -0800 |
---|---|---|
committer | Lei Zhang <thestig@chromium.org> | 2016-01-08 13:51:10 -0800 |
commit | 875b9c99efdbd5fcabf0213e0d392cb2876ed26a (patch) | |
tree | ff452ca82155260b5050a5bd146a097a845f706f /core/src/fxcodec/lbmp | |
parent | 4f966707b0ca01701cfdd761a164c6c856d35e6f (diff) | |
download | pdfium-875b9c99efdbd5fcabf0213e0d392cb2876ed26a.tar.xz |
XFA: Remove relative includes outside of xfa/.
R=tsepez@chromium.org
Review URL: https://codereview.chromium.org/1572523002 .
Diffstat (limited to 'core/src/fxcodec/lbmp')
-rw-r--r-- | core/src/fxcodec/lbmp/fx_bmp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/fxcodec/lbmp/fx_bmp.h b/core/src/fxcodec/lbmp/fx_bmp.h index 2f05f2ca1c..d1232f1f11 100644 --- a/core/src/fxcodec/lbmp/fx_bmp.h +++ b/core/src/fxcodec/lbmp/fx_bmp.h @@ -6,7 +6,7 @@ #include <setjmp.h>
-#include "../../../include/fxcrt/fx_basic.h"
+#include "core/include/fxcrt/fx_basic.h"
#define BMP_SUPPORT_BITFIELD
#define BMP_WIDTHBYTES(width, bitCount) ((width * bitCount) + 31) / 32 * 4
|