Use brackets include for QtWaylandScanner-generated headers

This commit is contained in:
Ilya Fedin 2023-08-31 15:34:18 +04:00 committed by John Preston
parent 289257dd0f
commit 483909854a
1 changed files with 3 additions and 3 deletions

View File

@ -12,14 +12,14 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/qt_signal_producer.h"
#include "base/flat_map.h"
#include "qwayland-wayland.h"
#include "qwayland-plasma-shell.h"
#include <QtGui/QGuiApplication>
#include <QtGui/QWindow>
#include <qpa/qplatformnativeinterface.h>
#include <qpa/qplatformwindow_p.h>
#include <qwayland-wayland.h>
#include <qwayland-plasma-shell.h>
using namespace QNativeInterface;
using namespace QNativeInterface::Private;
using namespace base::Platform::Wayland;