Remove dubious #define. That should be handled by log.h anyway.
This commit is contained in:
parent
dd91bf5566
commit
66d7e586b0
|
@ -7,7 +7,6 @@
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include "errors.h"
|
#include "errors.h"
|
||||||
#include "log_level.h"
|
#include "log_level.h"
|
||||||
#define DEFAULT_LOG_LEVEL LOG_DEBUG
|
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
#include "types.h"
|
#include "types.h"
|
||||||
#include "ring_buffer.h"
|
#include "ring_buffer.h"
|
||||||
|
|
Loading…
Reference in a new issue