Cleanup: remove private babeltrace.h
[babeltrace.git] / src / logging / log.h
index 44f778a065cedb4c3f2d32898f5ef00c6cdf44fd..42ae118b58c0a64bd354bcb43937eb263ad86c2b 100644 (file)
@@ -9,10 +9,12 @@
 #ifndef BABELTRACE_LOGGING_INTERNAL_H
 #define BABELTRACE_LOGGING_INTERNAL_H
 
+#include <errno.h>
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <babeltrace2/logging.h>
-#include "common/babeltrace.h"
+#include "common/macros.h"
 
 /* To detect incompatible changes you can define BT_LOG_VERSION_REQUIRED to be
  * the current value of BT_LOG_VERSION before including this file (or via
This page took 0.02442 seconds and 4 git commands to generate.