From 9c5cbf38896e506aebe51b8fb9a4276bc0fb1fea Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Thu, 14 Sep 2017 13:12:40 -0700 Subject: [PATCH] Use #pragma once --- CodingStyle.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/CodingStyle.h b/CodingStyle.h index ff59d4dc0..2fe6dbb25 100644 --- a/CodingStyle.h +++ b/CodingStyle.h @@ -11,8 +11,7 @@ // coding style. In general almost everything in here has some coding style meaning. // Not all style choices are explained. -#ifndef CodingStyle_H -#define CodingStyle_H +#pragma once #include #include @@ -79,5 +78,3 @@ private: static const int _privateStaticVariable; }; - -#endif -- 2.22.0