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

Unified Diff: samples/fx_lpng/src/fx_pngwrite.c

Issue 1434223002: Remove relative includes. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: rebase Created 5 years, 1 month 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 | « samples/fx_lpng/src/fx_pngwio.c ('k') | samples/fx_lpng/src/fx_pngwtran.c » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/fx_lpng/src/fx_pngwrite.c
diff --git a/samples/fx_lpng/src/fx_pngwrite.c b/samples/fx_lpng/src/fx_pngwrite.c
index 4434fd0cb44487d6bc4e8762e290942dae52dcd3..425f7f8c5866e808b7510f6ee9157ca29624b119 100644
--- a/samples/fx_lpng/src/fx_pngwrite.c
+++ b/samples/fx_lpng/src/fx_pngwrite.c
@@ -7,4 +7,4 @@
#ifdef _MSC_VER
#define _CRT_SECURE_NO_WARNINGS
#endif
-#include "../lpng_v163/fx_pngwrite.c"
+#include "samples/fx_lpng/lpng_v163/fx_pngwrite.c"
« no previous file with comments | « samples/fx_lpng/src/fx_pngwio.c ('k') | samples/fx_lpng/src/fx_pngwtran.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698