Remove some unused includes in C++ files
[babeltrace.git] / src / plugins / ctf / common / metadata / objstack.hpp
index 52bcd7961a877c5693e0413cab90c38a4dfa6cef..93154b10971e9c37c03175c092120f2e3b4a5d6c 100644 (file)
@@ -9,10 +9,6 @@
 #ifndef _OBJSTACK_H
 #define _OBJSTACK_H
 
-#include "common/macros.h"
-
-struct objstack;
-
 struct objstack *objstack_create(void);
 void objstack_destroy(struct objstack *objstack);
 
This page took 0.024385 seconds and 4 git commands to generate.