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
parent
0bd4b194d1
commit
70b0c127f0
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue