From 2be9e799a2bc523550d4f83f4d2d66d41c9573b9 Mon Sep 17 00:00:00 2001 From: AYMENJD <53928879+AYMENJD@users.noreply.github.com> Date: Wed, 18 Dec 2024 13:18:16 +0300 Subject: [PATCH] Fix warning. --- td/telegram/files/ResourceState.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/td/telegram/files/ResourceState.cpp b/td/telegram/files/ResourceState.cpp index b3b078834f22..589c289d8ede 100644 --- a/td/telegram/files/ResourceState.cpp +++ b/td/telegram/files/ResourceState.cpp @@ -4,8 +4,6 @@ // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // -#pragma once - #include "td/telegram/files/ResourceState.h" #include "td/utils/format.h"