From 1871ce5acdd325498b7dd561dcd082ff1267bc40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20D=C3=ADaz=20M=C3=A1s?= Date: Thu, 13 Sep 2018 16:21:19 +0200 Subject: [PATCH] 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. --- include/exiv2/types.hpp | 1 - src/actions.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/include/exiv2/types.hpp b/include/exiv2/types.hpp index 56533a36..a3ebfe81 100644 --- a/include/exiv2/types.hpp +++ b/include/exiv2/types.hpp @@ -31,7 +31,6 @@ // included header files #include "config.h" -#include "version.hpp" // + standard includes #include diff --git a/src/actions.cpp b/src/actions.cpp index ab9d6b98..3f60731a 100644 --- a/src/actions.cpp +++ b/src/actions.cpp @@ -38,7 +38,6 @@ #include "preview.hpp" #include "futils.hpp" #include "i18n.h" // NLS support. -#include "version.hpp" // + standard includes #include