From bf9cf74c38cb53e0b2084d576dd8da4a579403eb Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Wed, 17 Feb 2016 23:25:57 -0200 Subject: [PATCH] StorageManager: replace header guard with pragma once --- libraries/StorageManager/StorageManager.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/libraries/StorageManager/StorageManager.h b/libraries/StorageManager/StorageManager.h index 6e2ef3e293..4392d8e2b2 100644 --- a/libraries/StorageManager/StorageManager.h +++ b/libraries/StorageManager/StorageManager.h @@ -19,9 +19,7 @@ Management for hal.storage to allow for backwards compatible mapping of storage offsets to available storage */ - -#ifndef _STORAGEMANAGER_H_ -#define _STORAGEMANAGER_H_ +#pragma once #include @@ -99,5 +97,3 @@ private: const StorageManager::StorageType type; uint16_t total_size; }; - -#endif // _STORAGEMANAGER_H_