summaryrefslogtreecommitdiff
path: root/src/pdf/jsbridge.cpp
diff options
context:
space:
mode:
authorSimon Hausmann <simon.hausmann@theqtcompany.com>2016-07-25 12:13:00 +0200
committerMichal Klocek <michal.klocek@qt.io>2019-11-25 12:01:39 +0100
commitec88c8ebbf050756cad20618361b5ae70a067466 (patch)
treed7951e79f034fb81aaf832258fa67ca80fae8d24 /src/pdf/jsbridge.cpp
parentd76e133bd1389f83b26e3de5091b68b9dd0a90dc (diff)
downloadqtwebengine-ec88c8ebbf050756cad20618361b5ae70a067466.tar.gz
Prospective build fix for gcc 4.9.1
Avoid #error "inttypes.h has already been included before this header file, but without __STDC_FORMAT_MACROS defined." by removing PCH. The removal of PCH means we have to define NOMINMAX ourselves, as that came implicitly before that. Change-Id: Ifc4911ddcf6bfab17c3b9853bff5b0c1d96faeb3 Reviewed-by: Tobias Koenig <tobias.koenig@kdab.com>
Diffstat (limited to 'src/pdf/jsbridge.cpp')
-rw-r--r--src/pdf/jsbridge.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pdf/jsbridge.cpp b/src/pdf/jsbridge.cpp
index ec9d17351..376197319 100644
--- a/src/pdf/jsbridge.cpp
+++ b/src/pdf/jsbridge.cpp
@@ -19,10 +19,5 @@
**
******************************************************************************/
-#include <qglobal.h>
-
-#include "fsdk_mgr.h"
-#include "fpdfsdk/javascript/ijs_context.h"
-#include "fpdfsdk/javascript/ijs_runtime.h"
#include "fpdfsdk/javascript/JS_Runtime_Stub.cpp"