From 73bdbc51abef56c81724824b606f0a221df26cc9 Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Thu, 10 Nov 2016 17:17:52 -0500 Subject: [PATCH] Remove include in generated bitfield.h Signed-off-by: Philippe Proulx --- barectf/templates.py | 1 - 1 file changed, 1 deletion(-) diff --git a/barectf/templates.py b/barectf/templates.py index 4c31ece..6dc52ce 100644 --- a/barectf/templates.py +++ b/barectf/templates.py @@ -506,7 +506,6 @@ _BITFIELD = '''#ifndef _$PREFIX$BITFIELD_H * SOFTWARE. */ -#include /* C99 5.2.4.2 Numerical limits */ #include #ifdef __cplusplus -- 2.34.1