CLEANUP: adjust the envelope name in da.h to reflect the file name

Since the file is import/da.h, the define should be _IMPORT_DA_H,
nor MOBI_DA_DAC_HAPROXY_H.
This commit is contained in:
Willy Tarreau 2015-06-01 15:52:54 +02:00
parent 0d74f77ee7
commit a397e76ac7
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#ifndef MOBI_DA_DAC_HAPROXY_H
#define MOBI_DA_DAC_HAPROXY_H
#ifndef _IMPORT_DA_H
#define _IMPORT_DA_H
#ifdef USE_DEVICEATLAS
#include <types/global.h>