aboutsummaryrefslogtreecommitdiffstats
path: root/src/3rdparty
diff options
context:
space:
mode:
authorJan-Arve Saether <jan-arve.saether@nokia.com>2011-12-01 10:09:05 +0100
committerQt by Nokia <qt-info@nokia.com>2011-12-01 11:05:47 +0100
commit892e2548e5749837ef904fdb3dd1505868b2cb75 (patch)
treea987b0f6b0f6dde25445ad454086bcada2b4aef6 /src/3rdparty
parentf8aa59b21f5231532d1e4d0d5d4d0b4f123ab732 (diff)
Compile MSVC2008 and remove unneeded reference to <stdint.h>
Change-Id: Ic6acdb2e9cba970d4096582c125c64d7fd4650ee Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'src/3rdparty')
-rw-r--r--src/3rdparty/javascriptcore/DateMath.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/3rdparty/javascriptcore/DateMath.cpp b/src/3rdparty/javascriptcore/DateMath.cpp
index 8932840366..9f66d91013 100644
--- a/src/3rdparty/javascriptcore/DateMath.cpp
+++ b/src/3rdparty/javascriptcore/DateMath.cpp
@@ -73,7 +73,6 @@
#include <algorithm>
#include <limits.h>
#include <limits>
-#include <stdint.h>
#include <time.h>
#include <cmath>