include/babeltrace/graph: fix some include guards
[babeltrace.git] / include / babeltrace / graph / private-component-filter.h
index 3ebc0e9c671adbf19cb189d8d3aedd4abfc2add6..4431bffdeb8ff3e3a669acebe30a37e482f015d0 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_COMPONENT_PRIVATE_COMPONENT_SINK_H
-#define BABELTRACE_COMPONENT_PRIVATE_COMPONENT_SINK_H
+#ifndef BABELTRACE_GRAPH_PRIVATE_COMPONENT_FILTER_H
+#define BABELTRACE_GRAPH_PRIVATE_COMPONENT_FILTER_H
 
 /*
  * Copyright 2017 Philippe Proulx <pproulx@efficios.com>
  */
 
 #include <stdint.h>
-#include <babeltrace/graph/component.h>
+
+/* For enum bt_component_status */
 #include <babeltrace/graph/component-status.h>
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_component;
 struct bt_private_component;
 struct bt_private_port;
 
@@ -68,4 +70,4 @@ bt_private_component_filter_add_input_private_port(
 }
 #endif
 
-#endif /* BABELTRACE_COMPONENT_PRIVATE_COMPONENT_SINK_H */
+#endif /* BABELTRACE_GRAPH_PRIVATE_COMPONENT_FILTER_H */
This page took 0.023942 seconds and 4 git commands to generate.