lib: remove "For *" comments in public headers
[babeltrace.git] / include / babeltrace2 / error-cause-const.h
index 3fd1dfd3e2b4ba09103f1afd0d7b4413f4ce2dd6..b5f022d32e8c6101ffa8333d034e66e99ca51987 100644 (file)
  * SOFTWARE.
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 #include <stddef.h>
 
-/* For bt_error, bt_error_cause */
 #include <babeltrace2/types.h>
-
-/* For bt_component_class_type */
 #include <babeltrace2/graph/component-class-const.h>
 
 #ifdef __cplusplus
This page took 0.023169 seconds and 4 git commands to generate.