summary refs log tree commit diff
path: root/src/arith_yacc.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/arith_yacc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/arith_yacc.c b/src/arith_yacc.c
index 6c5a720..bf21830 100644
--- a/src/arith_yacc.c
+++ b/src/arith_yacc.c
@@ -33,7 +33,6 @@
  */
 
 #include <inttypes.h>
-#include <stdint.h>
 #include <stdlib.h>
 #include "arith_yacc.h"
 #include "expand.h"