diff options
Diffstat (limited to '')
-rw-r--r-- | src/tests/archive.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tests/archive.cpp b/src/tests/archive.cpp index b2778f1..10bb834 100644 --- a/src/tests/archive.cpp +++ b/src/tests/archive.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 "archive.h" | 8 | #include "bu/archive.h" |
9 | #include "file.h" | 9 | #include "bu/file.h" |
10 | 10 | ||
11 | using namespace Bu; | 11 | using namespace Bu; |
12 | 12 | ||