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:
Luis Díaz Más 2018-09-13 16:21:19 +02:00
parent 10a6e6f96c
commit 1871ce5acd
2 changed files with 0 additions and 2 deletions

View File

@ -31,7 +31,6 @@
// included header files
#include "config.h"
#include "version.hpp"
// + standard includes
#include <string>

View File

@ -38,7 +38,6 @@
#include "preview.hpp"
#include "futils.hpp"
#include "i18n.h" // NLS support.
#include "version.hpp"
// + standard includes
#include <string>