sink.text.pretty: remove logging (not used)
[babeltrace.git] / src / plugins / text / pretty / pretty.c
index 95abda08cc9229b27cd715aa98639cd46cb17bae..b17426c251f96944a20ab6f9c99eb4cf79a16f61 100644 (file)
  * SOFTWARE.
  */
 
-#define BT_LOG_TAG "PLUGIN/SINK.TEXT.PRETTY"
-#include "logging.h"
-
 #include <babeltrace2/babeltrace.h>
 #include "compat/compiler.h"
 #include "common/common.h"
 #include <stdio.h>
 #include <stdbool.h>
 #include <glib.h>
+#include <string.h>
 #include "common/assert.h"
 
 #include "pretty.h"
This page took 0.027037 seconds and 4 git commands to generate.