diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-11-15 21:43:26 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-11-15 21:43:26 +0000 |
commit | 305d608fe508b8e2c31df9282cc6f987260a76b1 (patch) | |
tree | dfd4b585721f5ee6552dd4c3a3637e3b65110756 /src/queue.cpp | |
parent | 60704e94fd8cea25a2b2947710a7ba3b675acb33 (diff) | |
download | libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.gz libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.bz2 libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.xz libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.zip |
Final changes moving to the actually liscense-ified version, plus I fixed a
compile error I introduced last commit.
Diffstat (limited to '')
-rw-r--r-- | src/queue.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue.cpp b/src/queue.cpp index 2e4c684..c7aef2e 100644 --- a/src/queue.cpp +++ b/src/queue.cpp | |||
@@ -5,4 +5,4 @@ | |||
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 "queue.h" | 8 | #include "bu/queue.h" |