Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / private-component.h
index 583e7e363bfb7e4595ceb59f16b69d39c3a74670..cde10e08318a84db0e3d0514b3e8c0a75332c860 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/graph/component.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif
 
+struct bt_component;
 struct bt_private_component;
 
 extern struct bt_component *bt_component_from_private_component(
This page took 0.023027 seconds and 4 git commands to generate.