summaryrefslogtreecommitdiff
path: root/src/utils/mutex.h
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-26 23:56:08 +0100
committerBjørn Lindeijer <bjorn@lindeijer.nl>2009-03-26 23:56:08 +0100
commitc7d5879f96011f0db75bc0b78a9cb2e3ac587fee (patch)
tree6d397e82d927361a9247ae6e3063535a49bf4853 /src/utils/mutex.h
parent301fb81834a482e1b30c3b4fa5032ed80d8e7c0f (diff)
downloadmana-client-c7d5879f96011f0db75bc0b78a9cb2e3ac587fee.tar.gz
mana-client-c7d5879f96011f0db75bc0b78a9cb2e3ac587fee.tar.bz2
mana-client-c7d5879f96011f0db75bc0b78a9cb2e3ac587fee.tar.xz
mana-client-c7d5879f96011f0db75bc0b78a9cb2e3ac587fee.zip
Changed includes in utils/ dictory to new guidelines
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