mirror of
https://github.com/haproxy/haproxy.git
synced 2026-04-22 06:37:54 -04:00
deinit_deviceatlas() is not called anymore from haproxy.c, removing 2 still includes other parts of the Deviceatlas library so it was not touched.
9 lines
124 B
C
9 lines
124 B
C
#ifndef _IMPORT_DA_H
|
|
#define _IMPORT_DA_H
|
|
#ifdef USE_DEVICEATLAS
|
|
|
|
#include <types/global.h>
|
|
#include <dac.h>
|
|
|
|
#endif
|
|
#endif
|