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/CreateEventContent.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/events/CreateEventContent.h') diff --git a/include/events/CreateEventContent.h b/include/events/CreateEventContent.h index d48b8769..a0e40fb8 100644 --- a/include/events/CreateEventContent.h +++ b/include/events/CreateEventContent.h @@ -15,8 +15,7 @@ * along with this program. If not, see . */ -#ifndef CREATE_EVENT_CONTENT_H -#define CREATE_EVENT_CONTENT_H +#pragma once #include @@ -48,5 +47,3 @@ inline QString CreateEventContent::creator() const } } // namespace events } // namespace matrix - -#endif // CREATE_EVENT_CONTENT_H -- cgit 1.5.1