Small fixes to include/
[babeltrace.git] / include / babeltrace / bitfield-internal.h
index 122ccda6450f875120bd257f1789915d4c29c04e..c5d5eccdf0d191714d9c53421ad5a97fc6b2599c 100644 (file)
@@ -2,10 +2,6 @@
 #define _BABELTRACE_BITFIELD_H
 
 /*
- * BabelTrace
- *
- * Bitfields read/write functions.
- *
  * Copyright 2010 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -29,7 +25,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.023933 seconds and 4 git commands to generate.