Index: xfa/src/fxjse/src/class.cpp |
diff --git a/xfa/src/fxjse/src/class.cpp b/xfa/src/fxjse/src/class.cpp |
index 6cf90efb1a70411a7234e23b4c3b94ad3ecde208..f33a87486dfff38f66da5cd121d7b5b4feba04e2 100644 |
--- a/xfa/src/fxjse/src/class.cpp |
+++ b/xfa/src/fxjse/src/class.cpp |
@@ -5,12 +5,12 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
#include "xfa/src/foxitlib.h" |
-#include "xfa/src/fxjse/src/fxv8.h" |
-#include "xfa/src/fxjse/src/context.h" |
#include "xfa/src/fxjse/src/class.h" |
-#include "xfa/src/fxjse/src/value.h" |
+#include "xfa/src/fxjse/src/context.h" |
+#include "xfa/src/fxjse/src/fxv8.h" |
#include "xfa/src/fxjse/src/scope_inline.h" |
#include "xfa/src/fxjse/src/util_inline.h" |
+#include "xfa/src/fxjse/src/value.h" |
static void FXJSE_V8ConstructorCallback_Wrapper( |
const v8::FunctionCallbackInfo<v8::Value>& info); |
static void FXJSE_V8FunctionCallback_Wrapper( |