summaryrefslogtreecommitdiff
path: root/src/utils/mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/mutex.h')
-rw-r--r--src/utils/mutex.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/utils/mutex.h b/src/utils/mutex.h
index 5e5df8f8..41701709 100644
--- a/src/utils/mutex.h
+++ b/src/utils/mutex.h
@@ -22,9 +22,9 @@
#ifndef MUTEX_H
#define MUTEX_H
-#include <SDL_thread.h>
+#include "log.h"
-#include "../log.h"
+#include <SDL_thread.h>
/**
* A mutex provides mutual exclusion of access to certain data that is