Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / decoder-packetized-file-stream-to-buf.cpp
index 182272415374da7b4caf0f5ba20062482d91a2df..2150465b783d38bd1b3c253122799a6d4ac28488 100644 (file)
@@ -5,9 +5,7 @@
  */
 
 #include <glib.h>
-#include <inttypes.h>
 #include <stdint.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 
 #include "logging.hpp"
 #include "logging/comp-logging.h"
 
-#include "common/assert.h"
 #include "common/uuid.h"
 #include "compat/memstream.h"
 
-#include "ast.hpp"
 #include "decoder-packetized-file-stream-to-buf.hpp"
 #include "decoder.hpp"
-#include "scanner.hpp"
 
 #define TSDL_MAGIC 0x75d11d57
 
This page took 0.023928 seconds and 4 git commands to generate.