lib: remove "For *" comments in public headers
[babeltrace.git] / include / babeltrace2 / trace-ir / stream-class-const.h
index ccc99a078cd2d15cc525c19628073d5abb86b745..e00e83980768ea4b2a9d4f1f75b2768f48c8e0ea 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef BABELTRACE_TRACE_IR_STREAM_CLASS_CONST_H
-#define BABELTRACE_TRACE_IR_STREAM_CLASS_CONST_H
+#ifndef BABELTRACE2_TRACE_IR_STREAM_CLASS_CONST_H
+#define BABELTRACE2_TRACE_IR_STREAM_CLASS_CONST_H
 
 /*
  * Copyright 2017-2018 Philippe Proulx <pproulx@efficios.com>
  * http://www.efficios.com/ctf
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 
-/*
- * For bt_bool, bt_trace_class, bt_stream_class, bt_event_class,
- * bt_stream_class
- */
 #include <babeltrace2/types.h>
 
 #ifdef __cplusplus
@@ -119,4 +119,4 @@ extern void bt_stream_class_put_ref(const bt_stream_class *stream_class);
 }
 #endif
 
-#endif /* BABELTRACE_TRACE_IR_STREAM_CLASS_CONST_H */
+#endif /* BABELTRACE2_TRACE_IR_STREAM_CLASS_CONST_H */
This page took 0.024646 seconds and 4 git commands to generate.