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:
@@ -31,7 +31,6 @@
|
||||
|
||||
// included header files
|
||||
#include "config.h"
|
||||
#include "version.hpp"
|
||||
|
||||
// + standard includes
|
||||
#include <string>
|
||||
|
||||
Reference in New Issue
Block a user