diff options
Diffstat (limited to '')
-rw-r--r-- | src/stable/thread.cpp | 1 | ||||
-rw-r--r-- | src/stable/thread.h | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/src/stable/thread.cpp b/src/stable/thread.cpp index 141f54a..30443e6 100644 --- a/src/stable/thread.cpp +++ b/src/stable/thread.cpp | |||
@@ -5,7 +5,6 @@ | |||
5 | * terms of the license contained in the file LICENSE. | 5 | * terms of the license contained in the file LICENSE. |
6 | */ | 6 | */ |
7 | 7 | ||
8 | #include "bu/config.h" | ||
9 | #include "bu/thread.h" | 8 | #include "bu/thread.h" |
10 | 9 | ||
11 | namespace Bu { subExceptionDef( ThreadException ); } | 10 | namespace Bu { subExceptionDef( ThreadException ); } |
diff --git a/src/stable/thread.h b/src/stable/thread.h index 920807b..ae07665 100644 --- a/src/stable/thread.h +++ b/src/stable/thread.h | |||
@@ -8,6 +8,7 @@ | |||
8 | #ifndef BU_THREAD_H | 8 | #ifndef BU_THREAD_H |
9 | #define BU_THREAD_H | 9 | #define BU_THREAD_H |
10 | 10 | ||
11 | #include "bu/config.h" | ||
11 | #include <pthread.h> | 12 | #include <pthread.h> |
12 | 13 | ||
13 | #include "bu/exceptionbase.h" | 14 | #include "bu/exceptionbase.h" |