Commit 9ae1256a authored by Max Kellermann's avatar Max Kellermann

input/archive: include cleanup

parent e1ac3778
...@@ -23,15 +23,12 @@ ...@@ -23,15 +23,12 @@
#include "archive/ArchiveList.hxx" #include "archive/ArchiveList.hxx"
#include "archive/ArchivePlugin.hxx" #include "archive/ArchivePlugin.hxx"
#include "archive/ArchiveFile.hxx" #include "archive/ArchiveFile.hxx"
#include "../InputPlugin.hxx"
#include "../InputStream.hxx" #include "../InputStream.hxx"
#include "fs/Path.hxx" #include "fs/Path.hxx"
#include "Log.hxx" #include "Log.hxx"
#include "util/ScopeExit.hxx" #include "util/ScopeExit.hxx"
#include <stdexcept> #include <string.h>
#include <stdlib.h>
InputStreamPtr InputStreamPtr
OpenArchiveInputStream(Path path, Mutex &mutex) OpenArchiveInputStream(Path path, Mutex &mutex)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment