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/SlidingStackWidget.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'include/SlidingStackWidget.h') diff --git a/include/SlidingStackWidget.h b/include/SlidingStackWidget.h index d6733538..1cb01cea 100644 --- a/include/SlidingStackWidget.h +++ b/include/SlidingStackWidget.h @@ -15,8 +15,7 @@ * along with this program. If not, see . */ -#ifndef SLIDINGSTACKWIDGET_H -#define SLIDINGSTACKWIDGET_H +#pragma once #include #include @@ -90,5 +89,3 @@ protected: // Next widget's to show index. int next_; }; - -#endif // SLIDINGSTACKWIDGET_H -- cgit 1.5.1