From 4cdf1c446ea9557ba929f3cb41c72ca21e9b172e Mon Sep 17 00:00:00 2001 From: leha-bot Date: Sun, 18 Aug 2019 15:31:54 +0300 Subject: [PATCH] history.h: drop #include "structs.h" --- Telegram/SourceFiles/history/history.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Telegram/SourceFiles/history/history.h b/Telegram/SourceFiles/history/history.h index 2823e6f00..f63eca6f4 100644 --- a/Telegram/SourceFiles/history/history.h +++ b/Telegram/SourceFiles/history/history.h @@ -32,7 +32,6 @@ #include "data/data_peer.h" #include "data/data_photo.h" #include "data/data_game.h" -#include "structs.h" void HistoryInit();