CLEANUP: global: remove one ifdef USE_DEVICEATLAS

The include file already has the ifdef, let's remove it from the global
file.
This commit is contained in:
Willy Tarreau 2015-06-01 15:38:33 +02:00
parent 6bd42e7f41
commit ba3dd2b7e0

View File

@ -26,15 +26,12 @@
#include <common/config.h> #include <common/config.h>
#include <common/standard.h> #include <common/standard.h>
#include <import/da.h>
#include <types/freq_ctr.h> #include <types/freq_ctr.h>
#include <types/listener.h> #include <types/listener.h>
#include <types/proxy.h> #include <types/proxy.h>
#include <types/task.h> #include <types/task.h>
#ifdef USE_DEVICEATLAS
#include <dac.h>
#endif
#ifndef UNIX_MAX_PATH #ifndef UNIX_MAX_PATH
#define UNIX_MAX_PATH 108 #define UNIX_MAX_PATH 108
#endif #endif