Skip to content

Commit 4839098

Browse files
ilya-fedinjohn-preston
authored andcommitted
Use brackets include for QtWaylandScanner-generated headers
1 parent 289257d commit 4839098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Telegram/SourceFiles/platform/linux/linux_wayland_integration.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ For license and copyright information please follow this link:
1212
#include "base/qt_signal_producer.h"
1313
#include "base/flat_map.h"
1414

15-
#include "qwayland-wayland.h"
16-
#include "qwayland-plasma-shell.h"
17-
1815
#include <QtGui/QGuiApplication>
1916
#include <QtGui/QWindow>
2017
#include <qpa/qplatformnativeinterface.h>
2118
#include <qpa/qplatformwindow_p.h>
2219

20+
#include <qwayland-wayland.h>
21+
#include <qwayland-plasma-shell.h>
22+
2323
using namespace QNativeInterface;
2424
using namespace QNativeInterface::Private;
2525
using namespace base::Platform::Wayland;

0 commit comments

Comments
 (0)