Remove <stdint.h> include in generated bitfield.h
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 10 Nov 2016 22:17:52 +0000 (17:17 -0500)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Thu, 10 Nov 2016 22:27:53 +0000 (17:27 -0500)
Signed-off-by: Philippe Proulx <eeppeliteloop@gmail.com>
barectf/templates.py

index 4c31eceecf1e45de676df1893740a8b506d037ed..6dc52cea3cb9ea6e644cf878d5cfa2ac89cf1bbb 100644 (file)
@@ -506,7 +506,6 @@ _BITFIELD = '''#ifndef _$PREFIX$BITFIELD_H
  * SOFTWARE.
  */
 
-#include <stdint.h>    /* C99 5.2.4.2 Numerical limits */
 #include <limits.h>
 
 #ifdef __cplusplus
This page took 0.023452 seconds and 4 git commands to generate.