Normalize C/C++ include guards
[babeltrace.git] / src / lib / graph / component-filter.h
index 8308919182c7fba87bd4a5ff578ba65c0cc3b5a3..53f7ed8fbc7fbe0ab65dc3666292e1fd8e9e345c 100644 (file)
@@ -5,8 +5,8 @@
  * Copyright 2016 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  */
 
-#ifndef BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
-#define BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H
+#ifndef BABELTRACE_LIB_GRAPH_COMPONENT_FILTER_H
+#define BABELTRACE_LIB_GRAPH_COMPONENT_FILTER_H
 
 #include <babeltrace2/graph/component.h>
 
@@ -18,4 +18,4 @@ struct bt_component_filter {
 
 struct bt_component *bt_component_filter_create(void);
 
-#endif /* BABELTRACE_GRAPH_COMPONENT_FILTER_INTERNAL_H */
+#endif /* BABELTRACE_LIB_GRAPH_COMPONENT_FILTER_H */
This page took 0.023825 seconds and 4 git commands to generate.