diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-03-25 20:00:08 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-03-25 20:00:08 +0000 |
commit | 469bbcf0701e1eb8a6670c23145b0da87357e178 (patch) | |
tree | b5b062a16e46a6c5d3410b4e574cd0cc09057211 /src/unstable/itoserver.h | |
parent | ee1b79396076edc4e30aefb285fada03bb45e80d (diff) | |
download | libbu++-469bbcf0701e1eb8a6670c23145b0da87357e178.tar.gz libbu++-469bbcf0701e1eb8a6670c23145b0da87357e178.tar.bz2 libbu++-469bbcf0701e1eb8a6670c23145b0da87357e178.tar.xz libbu++-469bbcf0701e1eb8a6670c23145b0da87357e178.zip |
Code is all reorganized. We're about ready to release. I should write up a
little explenation of the arrangement.
Diffstat (limited to '')
-rw-r--r-- | src/unstable/itoserver.h (renamed from src/itoserver.h) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itoserver.h b/src/unstable/itoserver.h index b1f5479..81db4e2 100644 --- a/src/itoserver.h +++ b/src/unstable/itoserver.h | |||
@@ -19,7 +19,7 @@ | |||
19 | #include "bu/thread.h" | 19 | #include "bu/thread.h" |
20 | #include "bu/mutex.h" | 20 | #include "bu/mutex.h" |
21 | #include "bu/synchroqueue.h" | 21 | #include "bu/synchroqueue.h" |
22 | #include "bu/set.h" | 22 | #include "bu/hash.h" |
23 | 23 | ||
24 | #include "bu/clientlink.h" | 24 | #include "bu/clientlink.h" |
25 | #include "bu/clientlinkfactory.h" | 25 | #include "bu/clientlinkfactory.h" |