From 6553aa61a1d99bc90f29cec636ed1c68fb2122b9 Mon Sep 17 00:00:00 2001 From: Konstantinos Sideris Date: Tue, 16 May 2017 21:46:45 +0300 Subject: Replace include guards with #pragma once --- include/events/TopicEventContent.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/events/TopicEventContent.h') diff --git a/include/events/TopicEventContent.h b/include/events/TopicEventContent.h index e3062d0c..460d019e 100644 --- a/include/events/TopicEventContent.h +++ b/include/events/TopicEventContent.h @@ -15,8 +15,7 @@ * along with this program. If not, see . */ -#ifndef TOPIC_EVENT_CONTENT_H -#define TOPIC_EVENT_CONTENT_H +#pragma once #include @@ -47,5 +46,3 @@ inline QString TopicEventContent::topic() const } } // namespace events } // namespace matrix - -#endif // TOPIC_EVENT_CONTENT_H -- cgit 1.5.1