Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / component-filter.h
index 43da9db00e9afd2bb49283f05db3425e2c87d420..28f4f33bba30292a8a10f865a5ebbf5f588590f7 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_FILTER_H
-#define BABELTRACE_COMPONENT_FILTER_H
+#ifndef BABELTRACE_GRAPH_COMPONENT_FILTER_H
+#define BABELTRACE_GRAPH_COMPONENT_FILTER_H
 
 /*
  * BabelTrace - Filter Plug-in Interface
@@ -28,7 +28,6 @@
  */
 
 #include <stdint.h>
-#include <babeltrace/graph/component.h>
 
 #ifdef __cplusplus
 extern "C" {
@@ -43,8 +42,6 @@ extern struct bt_port *bt_component_filter_get_input_port_by_name(
                struct bt_component *component, const char *name);
 extern struct bt_port *bt_component_filter_get_input_port_by_index(
                struct bt_component *component, uint64_t index);
-extern struct bt_port *bt_component_filter_get_default_input_port(
-               struct bt_component *component);
 
 extern int64_t bt_component_filter_get_output_port_count(
                struct bt_component *component);
@@ -52,11 +49,9 @@ extern struct bt_port *bt_component_filter_get_output_port_by_name(
                struct bt_component *component, const char *name);
 extern struct bt_port *bt_component_filter_get_output_port_by_index(
                struct bt_component *component, uint64_t index);
-extern struct bt_port *bt_component_filter_get_default_output_port(
-               struct bt_component *component);
 
 #ifdef __cplusplus
 }
 #endif
 
-#endif /* BABELTRACE_COMPONENT_FILTER_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_H */
This page took 0.024983 seconds and 4 git commands to generate.