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

Unified Diff: xfa/src/fgas/include/fx_rbk.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/include/fx_mem.h ('k') | xfa/src/fgas/include/fx_stm.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: xfa/src/fgas/include/fx_rbk.h
diff --git a/xfa/src/fgas/include/fx_rbk.h b/xfa/src/fgas/include/fx_rbk.h
index e3e0595f595407abf48c20e9e565129ebc56e28a..a56040de677bfd34b3747a494eff22f1e03d4190 100644
--- a/xfa/src/fgas/include/fx_rbk.h
+++ b/xfa/src/fgas/include/fx_rbk.h
@@ -7,12 +7,16 @@
#ifndef XFA_SRC_FGAS_INCLUDE_FX_RBK_H_
#define XFA_SRC_FGAS_INCLUDE_FX_RBK_H_
+#include "core/include/fxcrt/fx_ucd.h"
+#include "core/include/fxge/fx_ge.h"
+#include "xfa/src/fgas/include/fx_ucd.h"
+
class IFX_Unknown;
class IFX_Font;
class CFX_Char;
-class CFX_RTFChar;
class CFX_RTFBreakPiece;
class IFX_RTFBreak;
+
#define FX_RTFBREAKPOLICY_None 0x00
#define FX_RTFBREAKPOLICY_SpaceBreak 0x01
#define FX_RTFBREAKPOLICY_NumberBreak 0x02
« no previous file with comments | « xfa/src/fgas/include/fx_mem.h ('k') | xfa/src/fgas/include/fx_stm.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698