Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / graph / component.h
index e9ee509360c979336c1e5a6f22582cd313639529..7423e92a5fa3861c83360e7316adbd8187a84597 100644 (file)
  * SOFTWARE.
  */
 
-#include <babeltrace/graph/component-status.h>
+/* For BT_COMPONENT_CLASS_TYPE_* */
 #include <babeltrace/graph/component-class.h>
-#include <babeltrace/graph/notification-iterator.h>
-#include <babeltrace/values.h>
+
+/* For bt_bool */
 #include <babeltrace/types.h>
 
 #ifdef __cplusplus
This page took 0.029179 seconds and 4 git commands to generate.