Remove 'version.hpp' inclusion from places where it is not needed
By removing the inclusion from types.hpp we avoid lots of recompilation of source files.
This commit is contained in:
parent
10a6e6f96c
commit
1871ce5acd
@ -31,7 +31,6 @@
|
||||
|
||||
// included header files
|
||||
#include "config.h"
|
||||
#include "version.hpp"
|
||||
|
||||
// + standard includes
|
||||
#include <string>
|
||||
|
||||
@ -38,7 +38,6 @@
|
||||
#include "preview.hpp"
|
||||
#include "futils.hpp"
|
||||
#include "i18n.h" // NLS support.
|
||||
#include "version.hpp"
|
||||
|
||||
// + standard includes
|
||||
#include <string>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user