diff options
author | Max Kellermann <max@duempel.org> | 2014-01-24 00:09:37 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-01-24 00:09:37 +0100 |
commit | 4aa6d39fd8dfbb822db2f156ba371c1a5000f35c (patch) | |
tree | 4075b83e9da4a196e0f84d8fdcbaed8177f2dce1 /test/test_archive.cxx | |
parent | 51adaf2c47761e3f2095a52a7037cd8458b77990 (diff) |
archive/*: move to archive/plugins/
Diffstat (limited to 'test/test_archive.cxx')
-rw-r--r-- | test/test_archive.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_archive.cxx b/test/test_archive.cxx index dbb41fe42..353699574 100644 --- a/test/test_archive.cxx +++ b/test/test_archive.cxx @@ -1,5 +1,5 @@ #include "config.h" -#include "ArchiveLookup.hxx" +#include "archive/ArchiveLookup.hxx" #include "Compiler.h" #include <cppunit/TestFixture.h> |