archive/*: move to archive/plugins/

This commit is contained in:
Max Kellermann
2014-01-24 00:09:37 +01:00
parent 51adaf2c47
commit 4aa6d39fd8
25 changed files with 43 additions and 43 deletions

View File

@@ -23,10 +23,10 @@
#include "ConfigGlobal.hxx"
#include "IOThread.hxx"
#include "InputInit.hxx"
#include "ArchiveList.hxx"
#include "ArchivePlugin.hxx"
#include "ArchiveFile.hxx"
#include "ArchiveVisitor.hxx"
#include "archive/ArchiveList.hxx"
#include "archive/ArchivePlugin.hxx"
#include "archive/ArchiveFile.hxx"
#include "archive/ArchiveVisitor.hxx"
#include "fs/Path.hxx"
#include "util/Error.hxx"