From 71f15d1e96dab3a48fd8e544561f1830795b56ed Mon Sep 17 00:00:00 2001 From: Eduard Braun Date: Mon, 1 Oct 2018 01:49:49 +0200 Subject: Remove #include "config.h" wherever possible --- src/path-prefix.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/path-prefix.cpp') diff --git a/src/path-prefix.cpp b/src/path-prefix.cpp index b79f2b48f..cfd03d445 100644 --- a/src/path-prefix.cpp +++ b/src/path-prefix.cpp @@ -17,17 +17,14 @@ * */ - #ifdef HAVE_CONFIG_H -#include +# include "config.h" // only include where actually required! #endif - #include "io/resource.h" #include "path-prefix.h" #include - /** * Determine the location of the Inkscape data directory (typically the share/ folder * from where Inkscape should be loading resources) and append a relative path -- cgit v1.2.3