diff options
Diffstat (limited to 'xfa/src/fgas/src/xml/fx_sax_imp.cpp')
-rw-r--r-- | xfa/src/fgas/src/xml/fx_sax_imp.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/xfa/src/fgas/src/xml/fx_sax_imp.cpp b/xfa/src/fgas/src/xml/fx_sax_imp.cpp index 679df907f2..251af01a06 100644 --- a/xfa/src/fgas/src/xml/fx_sax_imp.cpp +++ b/xfa/src/fgas/src/xml/fx_sax_imp.cpp @@ -4,11 +4,10 @@ // Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com -#include <algorithm> - -#include "xfa/src/fgas/src/fgas_base.h" #include "xfa/src/fgas/src/xml/fx_sax_imp.h" +#include <algorithm> + namespace { const FX_DWORD kSaxFileBufSize = 32768; |