From 62054178e7284220a754e91fabeea6a309c17afa Mon Sep 17 00:00:00 2001 From: Sebastien Gonzalve Date: Wed, 8 Apr 2015 11:45:58 +0200 Subject: Utility.h multiple inclusions directive harmonized Replace #ifdef and #define wth #pragma once Change-Id: I60fe1e74a7481be38d9b8e44952e533d7ae80857 Signed-off-by: Sebastien Gonzalve --- utility/Utility.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'utility') diff --git a/utility/Utility.h b/utility/Utility.h index 4a98105..51f796f 100644 --- a/utility/Utility.h +++ b/utility/Utility.h @@ -28,8 +28,7 @@ * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#ifndef UTILITY_H -#define UTILITY_H +#pragma once #include #include @@ -65,4 +64,3 @@ public: const std::string& strKeyValueSeparator = ":"); }; -#endif // UTILITY_H -- cgit v1.1