diff options
author | Max Kellermann <max@duempel.org> | 2014-08-07 18:35:57 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-08-07 19:38:25 +0200 |
commit | aafff8fd5c60476702466ba06281236222455167 (patch) | |
tree | 63aa212567b2b3d40ec5f43ea8c10af080b15de2 /test/run_gzip.cxx | |
parent | 5ac2a699407a3e11344d0c024dbb774ec85eca15 (diff) |
fs/output, fs/TextFile: move to fs/io/
Diffstat (limited to 'test/run_gzip.cxx')
-rw-r--r-- | test/run_gzip.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/run_gzip.cxx b/test/run_gzip.cxx index 11382a9fc..c52b32ac7 100644 --- a/test/run_gzip.cxx +++ b/test/run_gzip.cxx @@ -18,8 +18,8 @@ */ #include "config.h" -#include "fs/output/GzipOutputStream.hxx" -#include "fs/output/StdioOutputStream.hxx" +#include "fs/io/GzipOutputStream.hxx" +#include "fs/io/StdioOutputStream.hxx" #include "util/Error.hxx" #include <stdio.h> |