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:
parent
0d74f77ee7
commit
a397e76ac7
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue