Replace assert() -> BT_ASSERT() and some preconditions with BT_ASSERT_PRE()
[babeltrace.git] / include / babeltrace / bitfield-internal.h
index 122ccda6450f875120bd257f1789915d4c29c04e..e5d95e6f0d618ffab29a356c56a83a8dba549215 100644 (file)
@@ -29,7 +29,6 @@
 
 #include <stdint.h>    /* C99 5.2.4.2 Numerical limits */
 #include <babeltrace/compat/limits-internal.h> /* C99 5.2.4.2 Numerical limits */
-#include <assert.h>
 #include <babeltrace/endian-internal.h>        /* Non-standard BIG_ENDIAN, LITTLE_ENDIAN, BYTE_ORDER */
 
 /* We can't shift a int from 32 bit, >> 32 and << 32 on int is undefined */
This page took 0.030519 seconds and 4 git commands to generate.