Fix private includes in qhttp2protocolhandler_p.h

This file could not be included by user code in an installed Qt.

Change-Id: Id222d56dda9ef47d010ab947efa01bf63ecac050
Reviewed-by: Timur Pocheptsov <timur.pocheptsov@qt.io>
bb10
Joerg Bornemann 2017-10-25 15:48:52 +02:00 committed by Timur Pocheptsov
parent 0bd4b194d1
commit 70b0c127f0
1 changed files with 5 additions and 5 deletions

View File

@ -57,11 +57,11 @@
#if !defined(QT_NO_HTTP)
#include "http2/http2protocol_p.h"
#include "http2/http2streams_p.h"
#include "http2/http2frames_p.h"
#include "http2/hpacktable_p.h"
#include "http2/hpack_p.h"
#include <private/http2protocol_p.h>
#include <private/http2streams_p.h>
#include <private/http2frames_p.h>
#include <private/hpacktable_p.h>
#include <private/hpack_p.h>
#include <QtCore/qnamespace.h>
#include <QtCore/qbytearray.h>