stage3/constant_folding.cc
changeset 573 e28b47911c19
parent 572 c353bc67bf91
child 574 d291a942899b
--- a/stage3/constant_folding.cc	Sat Jun 09 22:55:29 2012 +0100
+++ b/stage3/constant_folding.cc	Sat Jun 09 22:58:43 2012 +0100
@@ -122,7 +122,6 @@
 
 #include "constant_folding.hh"
 #include <limits>
-#include <stdint.h> /* required for UINT64_MAX, INT64_MAX, INT64_MIN, ... */
 #include <math.h> /* required for pow function */
 #include <stdlib.h> /* required for malloc() */