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
-1
View File
@@ -31,7 +31,6 @@
// included header files
#include "config.h"
#include "version.hpp"
// + standard includes
#include <string>