Skip to content

Commit 8618ed6

Browse files
committed
Changes
1 parent 748c8f3 commit 8618ed6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CLEOMod/mod/config.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#ifndef DONT_USE_STB
2-
#include <mod/thirdparty/stb_sprintf.h>
2+
#include "thirdparty/stb_sprintf.h"
33
#define sprintf stbsp_sprintf
44
#define snprintf stbsp_snprintf
55
#endif
66
#include "config.h"
7-
#include <mod/logger.h>
7+
#include "logger.h"
88

99
#include "amlmod.h"
1010
#include "iaml.h"

CLEOMod/mod/logger.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#ifndef DONT_IMPLEMENT_STB
33
#define STB_SPRINTF_IMPLEMENTATION
44
#endif
5-
#include <mod/thirdparty/stb_sprintf.h>
5+
#include "thirdparty/stb_sprintf.h"
66

77
#define vsnprintf stbsp_vsnprintf
88
#endif

0 commit comments

Comments
 (0)