[DEV] replace 'include guard' with 'pragma once'
This commit is contained in:
parent
a678f05638
commit
fc9b66d4b3
@ -5,9 +5,7 @@
|
||||
*
|
||||
* @license BSD v3 (see license file)
|
||||
*/
|
||||
|
||||
#ifndef __DATE_H__
|
||||
#define __DATE_H__
|
||||
#pragma once
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -20,5 +18,3 @@ namespace date {
|
||||
int32_t getSecond();
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user