diff options
author | Tom Sepez <tsepez@chromium.org> | 2015-04-06 13:49:25 -0700 |
---|---|---|
committer | Tom Sepez <tsepez@chromium.org> | 2015-04-06 13:49:25 -0700 |
commit | 0570b8a2869691c6d5832154c08b9bccfa9a8092 (patch) | |
tree | 06afa9047305b21b44acbd71e8c5d2db52c68da3 /core/include/fxcrt/fx_stream.h | |
parent | 31d59fcb602d27fc30382da9cde15221ece3210c (diff) | |
download | pdfium-0570b8a2869691c6d5832154c08b9bccfa9a8092.tar.xz |
Merge to XFA: Fix IWYU in fxcrt headers.
Note: new includes for XFA
Original Review URL: https://codereview.chromium.org/1064433005
R=thestig@chromium.org
TBR=thestig@chromium.org
Review URL: https://codereview.chromium.org/1062843003
Diffstat (limited to 'core/include/fxcrt/fx_stream.h')
-rw-r--r-- | core/include/fxcrt/fx_stream.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/include/fxcrt/fx_stream.h b/core/include/fxcrt/fx_stream.h index ff8344dd68..c23c71d15b 100644 --- a/core/include/fxcrt/fx_stream.h +++ b/core/include/fxcrt/fx_stream.h @@ -6,9 +6,10 @@ #ifndef _FX_STREAM_H_ #define _FX_STREAM_H_ -#ifndef _FX_MEMORY_H_ + #include "fx_memory.h" -#endif +#include "fx_string.h" + void* FX_OpenFolder(FX_LPCSTR path); void* FX_OpenFolder(FX_LPCWSTR path); FX_BOOL FX_GetNextFile(void* handle, CFX_ByteString& filename, FX_BOOL& bFolder); |