Cleanup: remove private babeltrace.h
[babeltrace.git] / src / lib / graph / graph.h
index c41d13162e91e03aee7cb1428480c1d1d07b7562..71328fae1d42405749ffb8b6a5f9bffe4ccf8ca5 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <babeltrace2/graph/graph.h>
 #include <babeltrace2/graph/message-const.h>
-#include "common/babeltrace.h"
+#include "common/macros.h"
 #include "lib/object.h"
 #include "lib/object-pool.h"
 #include "common/assert.h"
@@ -215,7 +215,7 @@ enum bt_graph_status bt_graph_configure(struct bt_graph *graph)
 
        BT_ASSERT(graph->config_state != BT_GRAPH_CONFIGURATION_STATE_FAULTY);
 
-       if (likely(graph->config_state ==
+       if (G_LIKELY(graph->config_state ==
                        BT_GRAPH_CONFIGURATION_STATE_CONFIGURED)) {
                goto end;
        }
This page took 0.023486 seconds and 4 git commands to generate.