diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-08 16:08:00 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-08 16:08:00 -0700 |
commit | 45a3d338e60a7ae8c58bd2f3122ef4da01c4e051 (patch) | |
tree | 82d956e82b4c30a46d7ec5fc3bee8d5469d7055f /fpdfsdk/include/fpdf_dataavail.h | |
parent | d80a434d7aa1ea6138e17aed2117c2eac8f72ce3 (diff) | |
download | pdfium-45a3d338e60a7ae8c58bd2f3122ef4da01c4e051.tar.xz |
Fix IWYU in formfiller/ directory.
R=thestig@chromium.org
Review URL: https://codereview.chromium.org/1066253002
Diffstat (limited to 'fpdfsdk/include/fpdf_dataavail.h')
-rw-r--r-- | fpdfsdk/include/fpdf_dataavail.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fpdfsdk/include/fpdf_dataavail.h b/fpdfsdk/include/fpdf_dataavail.h index e4c1b97883..3c37397185 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 |