aboutsummaryrefslogtreecommitdiff
path: root/src/stable/thread.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-08-29 17:31:19 +0000
committerMike Buland <eichlan@xagasoft.com>2012-08-29 17:31:19 +0000
commit67a4bba2ce4be36a23d75d9ae060579d554f6a17 (patch)
tree1972229e5753a77c233eaa1d0f7ca200d0af5f21 /src/stable/thread.cpp
parentf8fd3e94111d164bf7d3ac88c10a1069d2e7e83a (diff)
downloadlibbu++-67a4bba2ce4be36a23d75d9ae060579d554f6a17.tar.gz
libbu++-67a4bba2ce4be36a23d75d9ae060579d554f6a17.tar.bz2
libbu++-67a4bba2ce4be36a23d75d9ae060579d554f6a17.tar.xz
libbu++-67a4bba2ce4be36a23d75d9ae060579d554f6a17.zip
More header/include fun on windows.
Diffstat (limited to 'src/stable/thread.cpp')
-rw-r--r--src/stable/thread.cpp1
1 files changed, 0 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
11namespace Bu { subExceptionDef( ThreadException ); } 10namespace Bu { subExceptionDef( ThreadException ); }