aboutsummaryrefslogtreecommitdiff
path: root/src/unitsuite.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2010-01-07 00:34:39 +0000
committerMike Buland <eichlan@xagasoft.com>2010-01-07 00:34:39 +0000
commitb07c2de16ae8dfa2c0fc4a594deddacc46386216 (patch)
treed826b88d8d3c17a821325d6dec3f7fa82549f842 /src/unitsuite.cpp
parent17c92cf5b2b0dfdfdbbdb5c41354634ca98ae1b4 (diff)
downloadlibbu++-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/unitsuite.cpp')
-rw-r--r--src/unitsuite.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unitsuite.cpp b/src/unitsuite.cpp
index cdd6a2a..d2e67ba 100644
--- a/src/unitsuite.cpp
+++ b/src/unitsuite.cpp
@@ -5,7 +5,7 @@
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 "unitsuite.h" 8#include "bu/unitsuite.h"
9 9
10Bu::UnitSuite::UnitSuite() : 10Bu::UnitSuite::UnitSuite() :
11 iOptions( 0 ) 11 iOptions( 0 )