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

Unified Diff: xfa/src/foxitlib.h

Issue 1722803002: Sort includes in xfa/. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: 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
Index: xfa/src/foxitlib.h
diff --git a/xfa/src/foxitlib.h b/xfa/src/foxitlib.h
index 285aa0ee6b99b42461110721f50f2d6e59045c81..d45bdd6aeabc3a183c1b69b85deeb3e3636f98a4 100644
--- a/xfa/src/foxitlib.h
+++ b/xfa/src/foxitlib.h
@@ -10,10 +10,10 @@
#define XFA_SRC_FOXITLIB_H_
#include "xfa/include/foxitxfa.h"
-#include "xfa/src/fgas/include/fgas.h"
#include "xfa/src/fdp/include/fde.h"
+#include "xfa/src/fee/include/fx_wordbreak.h"
#include "xfa/src/fee/include/ifde_txtedtengine.h"
#include "xfa/src/fee/include/ifde_txtedtpage.h"
-#include "xfa/src/fee/include/fx_wordbreak.h"
+#include "xfa/src/fgas/include/fgas.h"
#endif // XFA_SRC_FOXITLIB_H_

Powered by Google App Engine
This is Rietveld 408576698