lib: remove unused includes
[babeltrace.git] / src / lib / graph / component-source.h
index bcade78a532a427bf3d1bb6d13359c09a31274a3..c91ebda45861c0e964c5cd02e91c036ee5b0efee 100644 (file)
@@ -8,18 +8,12 @@
 #ifndef BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
 #define BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
 
-#include "common/macros.h"
-
-#include "component-class.h"
 #include "component.h"
 
 struct bt_component_source {
        struct bt_component parent;
 };
 
-struct bt_component *bt_component_source_create(
-               const struct bt_component_class *class);
-
-void bt_component_source_destroy(struct bt_component *component);
+struct bt_component *bt_component_source_create(void);
 
 #endif /* BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H */
This page took 0.02536 seconds and 4 git commands to generate.