diff options
author | Mike Buland <eichlan@xagasoft.com> | 2010-01-07 00:34:39 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2010-01-07 00:34:39 +0000 |
commit | b07c2de16ae8dfa2c0fc4a594deddacc46386216 (patch) | |
tree | d826b88d8d3c17a821325d6dec3f7fa82549f842 /src/itocondition.cpp | |
parent | 17c92cf5b2b0dfdfdbbdb5c41354634ca98ae1b4 (diff) | |
download | libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.gz libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.bz2 libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.tar.xz libbu++-b07c2de16ae8dfa2c0fc4a594deddacc46386216.zip |
A bunch of things weren't including their own files in quite the correct way...
Diffstat (limited to 'src/itocondition.cpp')
-rw-r--r-- | src/itocondition.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itocondition.cpp b/src/itocondition.cpp index bf2965c..3975991 100644 --- a/src/itocondition.cpp +++ b/src/itocondition.cpp | |||
@@ -7,7 +7,7 @@ | |||
7 | 7 | ||
8 | #include <sys/time.h> | 8 | #include <sys/time.h> |
9 | 9 | ||
10 | #include "itocondition.h" | 10 | #include "bu/itocondition.h" |
11 | 11 | ||
12 | Bu::ItoCondition::ItoCondition() | 12 | Bu::ItoCondition::ItoCondition() |
13 | { | 13 | { |