Skip to content

Commit fd46a49

Browse files
committed
refactor file name
1 parent 36dee5f commit fd46a49

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

CodeFormatCLib/include/CodeFormatCLib.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#else
1111
#define EMMY_API
1212
#endif
13-
#include "Types.h"
13+
#include "UtilTypes.h"
1414

1515
extern "C" {
1616

CodeFormatCLib/src/CodeFormat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#include "CodeFormatCore/Diagnostic/Spell/CodeSpellChecker.h"
1111
#include "CodeFormatCore/Format/FormatBuilder.h"
1212
#include "CodeFormatCore/TypeFormat/LuaTypeFormat.h"
13-
#include "Types.h"
13+
#include "UtilTypes.h"
1414

1515
class CodeFormat {
1616
public:

CodeFormatCLib/src/CodeFormatCLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#include "CodeFormatCLib.h"
22
#include "CodeFormat.h"
3-
#include "Types.h"
3+
#include "UtilTypes.h"
44

55
extern "C" {
66

0 commit comments

Comments
 (0)