replace include guards with pragma once
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#ifndef UTIL_TIMEUTIL_HPP_
|
||||
#define UTIL_TIMEUTIL_HPP_
|
||||
#pragma once
|
||||
|
||||
#include <chrono>
|
||||
|
||||
@@ -34,5 +33,3 @@ namespace timeutil {
|
||||
|
||||
void from_value(float value, int& hour, int& minute, int& second);
|
||||
}
|
||||
|
||||
#endif // UTIL_TIMEUTIL_HPP_
|
||||
|
||||
Reference in New Issue
Block a user