We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36dee5f commit fd46a49Copy full SHA for fd46a49
4 files changed
CodeFormatCLib/include/CodeFormatCLib.h
@@ -10,7 +10,7 @@
10
#else
11
#define EMMY_API
12
#endif
13
-#include "Types.h"
+#include "UtilTypes.h"
14
15
extern "C" {
16
CodeFormatCLib/include/Types.h CodeFormatCLib/include/UtilTypes.hCodeFormatCLib/include/Types.h renamed to CodeFormatCLib/include/UtilTypes.h
CodeFormatCLib/src/CodeFormat.h
#include "CodeFormatCore/Diagnostic/Spell/CodeSpellChecker.h"
#include "CodeFormatCore/Format/FormatBuilder.h"
#include "CodeFormatCore/TypeFormat/LuaTypeFormat.h"
class CodeFormat {
public:
CodeFormatCLib/src/CodeFormatCLib.cpp
@@ -1,6 +1,6 @@
1
#include "CodeFormatCLib.h"
2
#include "CodeFormat.h"
3
4
5
6
0 commit comments