]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: global: remove one ifdef USE_DEVICEATLAS
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jun 2015 13:38:33 +0000 (15:38 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 2 Jun 2015 11:42:12 +0000 (13:42 +0200)
The include file already has the ifdef, let's remove it from the global
file.

include/types/global.h

index edc79e13f0cbdad520f178879d78d54407aa949b..0764fc0e0585268d7eea6ae818a9dae56b31f77e 100644 (file)
 
 #include <common/config.h>
 #include <common/standard.h>
+#include <import/da.h>
 #include <types/freq_ctr.h>
 #include <types/listener.h>
 #include <types/proxy.h>
 #include <types/task.h>
 
-#ifdef USE_DEVICEATLAS
-#include <dac.h>
-#endif
-
 #ifndef UNIX_MAX_PATH
 #define UNIX_MAX_PATH 108
 #endif