Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ambrop72/badvpn.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2011-05-15 00:22:29 +0400
committerambrop7 <ambrop7@1a93d707-3861-5ebc-ad3b-9740d49b5140>2011-05-15 00:22:29 +0400
commitcb1485dcd34e2373de068a24c62cea20a653acb4 (patch)
treeef0af7aa488157ad26dfea8cd0ced3309ff4de47 /threadwork
parentfc6df957886d8cab9add51da276fa8ebdc784935 (diff)
rearrange source flow such that 'flow' does not depend on 'system'
Diffstat (limited to 'threadwork')
-rw-r--r--threadwork/BThreadWork.c2
-rw-r--r--threadwork/BThreadWork.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/threadwork/BThreadWork.c b/threadwork/BThreadWork.c
index 28f290f..105996d 100644
--- a/threadwork/BThreadWork.c
+++ b/threadwork/BThreadWork.c
@@ -29,7 +29,7 @@
#endif
#include <misc/offset.h>
-#include <system/BLog.h>
+#include <base/BLog.h>
#include <generated/blog_channel_BThreadWork.h>
diff --git a/threadwork/BThreadWork.h b/threadwork/BThreadWork.h
index e047f53..91b3041 100644
--- a/threadwork/BThreadWork.h
+++ b/threadwork/BThreadWork.h
@@ -35,7 +35,7 @@
#include <misc/debug.h>
#include <structure/LinkedList2.h>
-#include <system/DebugObject.h>
+#include <base/DebugObject.h>
#include <system/BReactor.h>
#define BTHREADWORK_STATE_PENDING 1