Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / component-filter.h
index 26ebf15772a0d201967ce96604bb81a098e15a72..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" {
@@ -55,4 +54,4 @@ extern struct bt_port *bt_component_filter_get_output_port_by_index(
 }
 #endif
 
-#endif /* BABELTRACE_COMPONENT_FILTER_H */
+#endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_H */
This page took 0.025744 seconds and 4 git commands to generate.