Index: fxjs/fxjse.h |
diff --git a/fxjs/include/fxjse.h b/fxjs/fxjse.h |
similarity index 95% |
rename from fxjs/include/fxjse.h |
rename to fxjs/fxjse.h |
index eafae88d2d50e70a0a5e5bd2b514c56f9bf0db51..0ba285d746add2642dc125eba97ee71786120054 100644 |
--- a/fxjs/include/fxjse.h |
+++ b/fxjs/fxjse.h |
@@ -4,8 +4,8 @@ |
// Original code copyright 2014 Foxit Software Inc. http://www.foxitsoftware.com |
-#ifndef FXJS_INCLUDE_FXJSE_H_ |
-#define FXJS_INCLUDE_FXJSE_H_ |
+#ifndef FXJS_FXJSE_H_ |
+#define FXJS_FXJSE_H_ |
#include "core/fxcrt/fx_string.h" |
#include "core/fxcrt/fx_system.h" |
@@ -71,4 +71,4 @@ void FXJSE_Runtime_Release(v8::Isolate* pIsolate); |
void FXJSE_ThrowMessage(const CFX_ByteStringC& utf8Message); |
-#endif // FXJS_INCLUDE_FXJSE_H_ |
+#endif // FXJS_FXJSE_H_ |