From ba3dd2b7e06522c657470d2df90412e77d972b81 Mon Sep 17 00:00:00 2001 From: Willy Tarreau Date: Mon, 1 Jun 2015 15:38:33 +0200 Subject: [PATCH] CLEANUP: global: remove one ifdef USE_DEVICEATLAS The include file already has the ifdef, let's remove it from the global file. --- include/types/global.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/types/global.h b/include/types/global.h index edc79e13f..0764fc0e0 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