Merge remote-tracking branch 'github/merge-requests/451'
authorKlaus Ethgen <Klaus@Ethgen.de>
Sat, 24 Dec 2016 12:44:25 +0000 (13:44 +0100)
committerKlaus Ethgen <Klaus@Ethgen.de>
Sat, 24 Dec 2016 12:44:25 +0000 (13:44 +0100)
* github/merge-requests/451:
  Move pan-view components to their own subdir.
  Update the automake file with new headers
  Refactor pan-types.h into discrete header files for each pan-view code module
  Fix errors in -Werror (except GdkPixbuf deprecation warnings)

1  2 
src/rcfile.c
src/view_file.c

diff --cc src/rcfile.c
Simple merge
diff --cc src/view_file.c
@@@ -21,7 -21,8 +21,9 @@@
  #include "main.h"
  #include "view_file.h"
  
 +#include "dupe.h"
+ #include "collect.h"
+ #include "collect-table.h"
  #include "editors.h"
  #include "layout.h"
  #include "menu.h"