remove incorrect include file.
authorMario de Sousa <msousa@fe.up.pt>
Sat, 09 Jun 2012 22:58:43 +0100
changeset 573 e28b47911c19
parent 572 c353bc67bf91
child 574 d291a942899b
remove incorrect include file.
stage3/constant_folding.cc
--- 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() */