Skip to content

Commit

Permalink
refactor file name
Browse files Browse the repository at this point in the history
  • Loading branch information
CppCXY committed Dec 27, 2024
1 parent 36dee5f commit fd46a49
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CodeFormatCLib/include/CodeFormatCLib.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#else
#define EMMY_API
#endif
#include "Types.h"
#include "UtilTypes.h"

extern "C" {

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion CodeFormatCLib/src/CodeFormat.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "CodeFormatCore/Diagnostic/Spell/CodeSpellChecker.h"
#include "CodeFormatCore/Format/FormatBuilder.h"
#include "CodeFormatCore/TypeFormat/LuaTypeFormat.h"
#include "Types.h"
#include "UtilTypes.h"

class CodeFormat {
public:
Expand Down
2 changes: 1 addition & 1 deletion CodeFormatCLib/src/CodeFormatCLib.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "CodeFormatCLib.h"
#include "CodeFormat.h"
#include "Types.h"
#include "UtilTypes.h"

extern "C" {

Expand Down

0 comments on commit fd46a49

Please sign in to comment.