← Back to team overview

widelands-dev team mailing list archive

[Merge] lp:~widelands-dev/widelands/io-dependency-fix into lp:widelands

 

Arty has proposed merging lp:~widelands-dev/widelands/io-dependency-fix into lp:widelands.

Requested reviews:
  Widelands Developers (widelands-dev)

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/io-dependency-fix/+merge/359658
-- 
Your team Widelands Developers is requested to review the proposed merge of lp:~widelands-dev/widelands/io-dependency-fix into lp:widelands.
=== modified file 'src/io/filesystem/CMakeLists.txt'
--- src/io/filesystem/CMakeLists.txt	2018-05-16 13:51:48 +0000
+++ src/io/filesystem/CMakeLists.txt	2018-11-27 23:25:38 +0000
@@ -18,7 +18,6 @@
     base_log
     base_macros
     graphic_text_layout
-    io_fileread
     io_stream
     third_party_minizip
 )

=== modified file 'src/io/filesystem/disk_filesystem.cc'
--- src/io/filesystem/disk_filesystem.cc	2018-11-14 10:14:50 +0000
+++ src/io/filesystem/disk_filesystem.cc	2018-11-27 23:25:38 +0000
@@ -41,7 +41,6 @@
 #include <unistd.h>
 #endif
 
-#include "base/log.h"
 #include "base/macros.h"
 #include "base/wexception.h"
 #include "io/filesystem/filesystem_exceptions.h"

=== modified file 'src/io/filesystem/layered_filesystem.cc'
--- src/io/filesystem/layered_filesystem.cc	2018-05-17 05:01:45 +0000
+++ src/io/filesystem/layered_filesystem.cc	2018-11-27 23:25:38 +0000
@@ -22,9 +22,7 @@
 #include <cstdio>
 #include <memory>
 
-#include "base/log.h"
 #include "base/wexception.h"
-#include "io/fileread.h"
 #include "io/streamread.h"
 
 LayeredFileSystem* g_fs;


Follow ups