Avoid unnecessary inclusions in public headers
[babeltrace.git] / include / babeltrace / ctf-ir / field-types.h
index cf332762e6694f1acf2e4bb0e63fa98bf1d1a598..69a89e5c8f00de0bd92f1be487d921d159e27214 100644 (file)
@@ -30,7 +30,9 @@
  * http://www.efficios.com/ctf
  */
 
+/* For bt_bool */
 #include <babeltrace/types.h>
+
 #include <stdint.h>
 #include <stddef.h>
 
@@ -493,10 +495,10 @@ enum bt_ctf_byte_order {
        BT_CTF_BYTE_ORDER_NATIVE = 0,
 
        /**
-       No byte order; the initial native byte order of a
+       Unspecified byte order; the initial native byte order of a
        \link ctfirtraceclass CTF IR trace class\endlink.
        */
-       BT_CTF_BYTE_ORDER_NONE,
+       BT_CTF_BYTE_ORDER_UNSPECIFIED,
 
        /// Little-endian.
        BT_CTF_BYTE_ORDER_LITTLE_ENDIAN,
This page took 0.025689 seconds and 4 git commands to generate.