From 4aa6d39fd8dfbb822db2f156ba371c1a5000f35c Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 24 Jan 2014 00:09:37 +0100 Subject: archive/*: move to archive/plugins/ --- src/CommandLine.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/CommandLine.cxx') diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 2b8f18a2c..399ecb393 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -48,8 +48,8 @@ #endif #ifdef ENABLE_ARCHIVE -#include "ArchiveList.hxx" -#include "ArchivePlugin.hxx" +#include "archive/ArchiveList.hxx" +#include "archive/ArchivePlugin.hxx" #endif #include -- cgit v1.2.3