2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

Use brackets include for third-party libraries

This commit is contained in:
Ilya Fedin
2022-06-05 13:31:55 +04:00
committed by John Preston
parent 6ee08faa24
commit 08b99134fa
5 changed files with 9 additions and 8 deletions

View File

@@ -35,7 +35,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "base/custom_app_icon.h"
#include "boxes/abstract_box.h" // Ui::show().
#include "zlib.h"
#include <zlib.h>
namespace Settings {
namespace {