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.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/src/utils/mutex.h b/src/utils/mutex.h
index 569b6808..41701709 100644
--- a/src/utils/mutex.h
+++ b/src/utils/mutex.h
@@ -1,9 +1,8 @@
/*
- * Aethyra
+ * The Mana World
* Copyright (C) 2008 The Mana World Development Team
*
- * This file is part of Aethyra based on original code
- * from The Mana World.
+ * This file is part of The Mana World.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -23,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