diff --git a/date/date.h b/date/date.h index bd512d8..20b4b99 100644 --- a/date/date.h +++ b/date/date.h @@ -5,9 +5,7 @@ * * @license BSD v3 (see license file) */ - -#ifndef __DATE_H__ -#define __DATE_H__ +#pragma once #include @@ -20,5 +18,3 @@ namespace date { int32_t getSecond(); }; - -#endif