Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / visitor-semantic-validator.cpp
index 93631fa4e0b9727d7fffde27e871f405b6506d1d..4fad1360c12ddab7dcee41a0e2193396918c5db3 100644 (file)
@@ -7,24 +7,15 @@
  */
 
 #include <errno.h>
-#include <glib.h>
-#include <inttypes.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
 
 #define BT_COMP_LOG_SELF_COMP (log_cfg->self_comp)
 #define BT_LOG_OUTPUT_LEVEL   (log_cfg->log_level)
 #define BT_LOG_TAG            "PLUGIN/CTF/META/SEMANTIC-VALIDATOR-VISITOR"
 #include "logging.hpp"
-#include "logging/comp-logging.h"
 
-#include "common/assert.h"
 #include "common/list.h"
 
 #include "ast.hpp"
-#include "scanner.hpp"
 
 #define _bt_list_first_entry(ptr, type, member) bt_list_entry((ptr)->next, type, member)
 
This page took 0.02263 seconds and 4 git commands to generate.