diff options
| author | cah <cah@ableton.com> | 2024-03-21 12:32:18 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-21 20:33:37 +0100 |
| commit | 792dea6af89c725500eaafe669f67305a42ac1e4 (patch) | |
| tree | 5dfc92ec60b554aee9a4a69fe3ec87c5cfe60979 /src/KM_log.h | |
| parent | 858d32c386e089b41e594eedb4d15f421da3d5d0 (diff) | |
Fix <> / "" confusion for includes.
Diffstat (limited to 'src/KM_log.h')
| -rwxr-xr-x | src/KM_log.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/KM_log.h b/src/KM_log.h index 9279f30..f8e054f 100755 --- a/src/KM_log.h +++ b/src/KM_log.h @@ -33,9 +33,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #ifndef _KM_LOG_H_ #define _KM_LOG_H_ -#include <KM_platform.h> -#include <KM_mutex.h> -#include <KM_util.h> +#include "KM_platform.h" +#include "KM_mutex.h" +#include "KM_util.h" #include <stdarg.h> #include <errno.h> #include <iosfwd> |
