Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2792)

Unified Diff: core/src/fxcodec/codec/fx_codec_bmp.cpp

Issue 1572523002: XFA: Remove relative includes outside of xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | core/src/fxcodec/codec/fx_codec_gif.cpp » ('j') | core/src/fxcodec/codec/fx_codec_gif.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/src/fxcodec/codec/fx_codec_bmp.cpp
diff --git a/core/src/fxcodec/codec/fx_codec_bmp.cpp b/core/src/fxcodec/codec/fx_codec_bmp.cpp
index fddd076482d5c9a8614de09da8f629c9c2efd6f1..08b2f480dfe39514ebf5272ff9d6835e52ba5513 100644
--- a/core/src/fxcodec/codec/fx_codec_bmp.cpp
+++ b/core/src/fxcodec/codec/fx_codec_bmp.cpp
@@ -4,10 +4,10 @@
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com
-#include "../../../include/fxcodec/fx_codec.h"
-#include "../../../include/fxge/fx_dib.h"
+#include "core/include/fxcodec/fx_codec.h"
+#include "core/include/fxge/fx_dib.h"
#include "codec_int.h"
Tom Sepez 2016/01/08 18:07:18 nit: full path here while you're at it.
Lei Zhang 2016/01/08 21:50:59 I'll take care of the CWD relative includes in a s
-#include "../lbmp/fx_bmp.h"
+#include "core/src/fxcodec/lbmp/fx_bmp.h"
struct FXBMP_Context {
Tom Sepez 2016/01/08 18:07:17 nit: blank line before here.
Lei Zhang 2016/01/08 21:50:59 Ditto, we can mass change these in a separate CL.
bmp_decompress_struct_p bmp_ptr;
void* parent_ptr;
« no previous file with comments | « no previous file | core/src/fxcodec/codec/fx_codec_gif.cpp » ('j') | core/src/fxcodec/codec/fx_codec_gif.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698