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

Unified Diff: xfa/src/fgas/src/crt/fx_stream.h

Issue 1722803002: Sort includes in xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Review cleanups Created 4 years, 10 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 | « xfa/src/fgas/src/crt/fx_memory.cpp ('k') | xfa/src/fgas/src/crt/fx_stream.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fgas/src/crt/fx_stream.h
diff --git a/xfa/src/fgas/src/crt/fx_stream.h b/xfa/src/fgas/src/crt/fx_stream.h
index d58b52c1ac571beaabe423fdde0dd0f585936b5e..6fd8ff9af8bc8bc35f87d8d83d358e6501deaa60 100644
--- a/xfa/src/fgas/src/crt/fx_stream.h
+++ b/xfa/src/fgas/src/crt/fx_stream.h
@@ -7,7 +7,9 @@
#ifndef XFA_SRC_FGAS_SRC_CRT_FX_STREAM_H_
#define XFA_SRC_FGAS_SRC_CRT_FX_STREAM_H_
-class CFX_StreamImp;
+#include "core/include/fxcrt/fx_system.h"
+#include "xfa/src/fgas/include/fx_stm.h"
+
class CFX_FileStreamImp;
class CFX_BufferStreamImp;
class CFX_FileReadStreamImp;
@@ -18,6 +20,7 @@ class CFX_TextStream;
class CFX_FileRead;
class CFX_FileWrite;
class CFX_BufferAccImp;
+
class CFX_StreamImp {
public:
virtual void Release() { delete this; }
« no previous file with comments | « xfa/src/fgas/src/crt/fx_memory.cpp ('k') | xfa/src/fgas/src/crt/fx_stream.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698