lib: remove unused includes
[babeltrace.git] / src / lib / graph / port.h
index 674ca5bd309cf2bf88536be67f85070b40162d7e..4a84db1c6803911bd1aca2d6f5bad9d98ef844a3 100644 (file)
@@ -9,7 +9,6 @@
 #define BABELTRACE_GRAPH_PORT_INTERNAL_H
 
 #include <babeltrace2/graph/port.h>
-#include "common/macros.h"
 
 struct bt_port {
        struct bt_object base;
@@ -21,11 +20,9 @@ struct bt_port {
 
 struct bt_component;
 
-BT_HIDDEN
 struct bt_port *bt_port_create(struct bt_component *parent_component,
                enum bt_port_type type, const char *name, void *user_data);
 
-BT_HIDDEN
 void bt_port_set_connection(struct bt_port *port,
                struct bt_connection *connection);
 
This page took 0.026036 seconds and 4 git commands to generate.