From: Willy Tarreau Date: Mon, 1 Jun 2015 13:38:33 +0000 (+0200) Subject: CLEANUP: global: remove one ifdef USE_DEVICEATLAS X-Git-Tag: v1.6-dev2~52 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ba3dd2b7e06522c657470d2df90412e77d972b81;p=thirdparty%2Fhaproxy.git CLEANUP: global: remove one ifdef USE_DEVICEATLAS The include file already has the ifdef, let's remove it from the global file. --- diff --git a/include/types/global.h b/include/types/global.h index edc79e13f0..0764fc0e05 100644 --- a/include/types/global.h +++ b/include/types/global.h @@ -26,15 +26,12 @@ #include #include +#include #include #include #include #include -#ifdef USE_DEVICEATLAS -#include -#endif - #ifndef UNIX_MAX_PATH #define UNIX_MAX_PATH 108 #endif