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

Unified Diff: fpdfsdk/include/fpdf_dataavail.h

Issue 1073563003: Merge to XFA: Fix IWYU in formfiller/ directory. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@xfa
Patch Set: Created 5 years, 8 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 | « fpdfsdk/include/formfiller/FFL_Utils.h ('k') | fpdfsdk/include/fsdk_actionhandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fpdfsdk/include/fpdf_dataavail.h
diff --git a/fpdfsdk/include/fpdf_dataavail.h b/fpdfsdk/include/fpdf_dataavail.h
index 04f632affb1a9b0cfcd3cdc9326de0c130942893..de6cb23bd5e88d3eeb2c02644783976e4a22edf1 100644
--- a/fpdfsdk/include/fpdf_dataavail.h
+++ b/fpdfsdk/include/fpdf_dataavail.h
@@ -7,10 +7,9 @@
#ifndef _FPDF_DATAAVAIL_H_
#define _FPDF_DATAAVAIL_H_
-#ifndef _FPDFVIEW_H_
-#include "fpdfview.h"
-#endif
+#include <stddef.h> // For size_t.
+#include "fpdfview.h"
/** The result of the process which check linearized PDF. */
#define FSDK_IS_LINEARIZED 1
« no previous file with comments | « fpdfsdk/include/formfiller/FFL_Utils.h ('k') | fpdfsdk/include/fsdk_actionhandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698