Compile MSVC2008 and remove unneeded reference to <stdint.h>
authorJan-Arve Saether <jan-arve.saether@nokia.com>
Thu, 1 Dec 2011 09:09:05 +0000 (10:09 +0100)
committerQt by Nokia <qt-info@nokia.com>
Thu, 1 Dec 2011 10:05:47 +0000 (11:05 +0100)
Change-Id: Ic6acdb2e9cba970d4096582c125c64d7fd4650ee
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
Reviewed-by: Kent Hansen <kent.hansen@nokia.com>

src/3rdparty/javascriptcore/DateMath.cpp

index 8932840..9f66d91 100644 (file)
@@ -73,7 +73,6 @@
 #include <algorithm>
 #include <limits.h>
 #include <limits>
-#include <stdint.h>
 #include <time.h>
 #include <cmath>