Merge "Remove <log/logd.h> and <log/logger.h>"
This commit is contained in:
commit
1d69860960
|
@ -1,5 +0,0 @@
|
|||
#ifndef _LIBS_LOG_LOGD_H
|
||||
#define _LIBS_LOG_LOGD_H
|
||||
#include <log/log.h>
|
||||
#warning "Deprecated: do not include log/logd.h, use log/log.h instead"
|
||||
#endif /*_LIBS_LOG_LOGD_H*/
|
|
@ -1,5 +0,0 @@
|
|||
#ifndef _LIBS_LOG_LOGGER_H
|
||||
#define _LIBS_LOG_LOGGER_H
|
||||
#include <log/log.h>
|
||||
#warning "Deprecated: do not include log/logger.h, use log/log.h instead"
|
||||
#endif /*_LIBS_LOG_LOGGER_H*/
|
Loading…
Reference in New Issue