summaryrefslogtreecommitdiff
path: root/test/mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/mutex.c')
-rw-r--r--test/mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mutex.c b/test/mutex.c
index b4066c8c4f..a03e504a0a 100644
--- a/test/mutex.c
+++ b/test/mutex.c
@@ -6,8 +6,8 @@
* Tasks for mutexes basic tests.
*/
-#include "common.h"
#include "console.h"
+#include "common.h"
#include "task.h"
#include "test_util.h"
#include "timer.h"