From f2fbdc16a14d07e0895cc09eeba689bc556481d2 Mon Sep 17 00:00:00 2001 From: Haru Date: Fri, 5 Jun 2015 01:49:44 +0200 Subject: Cleaned up some #includes Signed-off-by: Haru --- src/test/test_spinlock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/test/test_spinlock.c') diff --git a/src/test/test_spinlock.c b/src/test/test_spinlock.c index ace894e9b..4f235907d 100644 --- a/src/test/test_spinlock.c +++ b/src/test/test_spinlock.c @@ -1,7 +1,8 @@ #define HERCULES_CORE -#include "common/core.h" #include "common/atomic.h" +#include "common/cbasetypes.h" +#include "common/core.h" #include "common/thread.h" #include "common/spinlock.h" #include "common/showmsg.h" -- cgit v1.2.3-60-g2f50