diff options
Diffstat (limited to '')
-rw-r--r-- | src/unit/fstring.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/unit/fstring.cpp b/src/unit/fstring.cpp index b00f11b..cd90835 100644 --- a/src/unit/fstring.cpp +++ b/src/unit/fstring.cpp | |||
@@ -5,8 +5,8 @@ | |||
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 "fstring.h" | 8 | #include "bu/fstring.h" |
9 | #include "unitsuite.h" | 9 | #include "bu/unitsuite.h" |
10 | 10 | ||
11 | class Unit : public Bu::UnitSuite | 11 | class Unit : public Bu::UnitSuite |
12 | { | 12 | { |