lib: force user to include `<babeltrace2/babeltrace.h>`
[babeltrace.git] / include / babeltrace2 / trace-ir / clock-snapshot-const.h
index 00a47d69606c4e9594f05acd53c883fd1ce78469..e0d87b92b501ffe7bc7232c40262db3a2aab4c9a 100644 (file)
  * http://www.efficios.com/ctf
  */
 
+#ifndef __BT_IN_BABELTRACE_H
+# error "Please include <babeltrace2/babeltrace.h> instead."
+#endif
+
 #include <stdint.h>
 
 /* For bt_clock_class, bt_clock_snapshot */
 #include <babeltrace2/types.h>
 
-/* For __BT_FUNC_STATUS_* */
-#define __BT_FUNC_STATUS_ENABLE
-#include <babeltrace2/func-status.h>
-#undef __BT_FUNC_STATUS_ENABLE
-
 #ifdef __cplusplus
 extern "C" {
 #endif
@@ -61,6 +60,4 @@ bt_clock_snapshot_get_ns_from_origin(
 }
 #endif
 
-#include <babeltrace2/undef-func-status.h>
-
 #endif /* BABELTRACE2_TRACE_IR_CLOCK_SNAPSHOT_CONST_H */
This page took 0.022834 seconds and 4 git commands to generate.