1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-15 22:57:12 +02:00

Use pragma once instead of macro guards.

This commit is contained in:
Sandu Liviu Catalin
2020-03-22 01:45:04 +02:00
parent 39d6af7687
commit 505a165d23
58 changed files with 59 additions and 235 deletions

View File

@ -1,5 +1,4 @@
#ifndef _LIBRARY_CHRONO_DATE_HPP_
#define _LIBRARY_CHRONO_DATE_HPP_
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Library/Chrono.hpp"
@ -353,5 +352,3 @@ public:
};
} // Namespace:: SqMod
#endif // _LIBRARY_CHRONO_DATE_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _LIBRARY_CHRONO_DATETIME_HPP_
#define _LIBRARY_CHRONO_DATETIME_HPP_
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Library/Chrono.hpp"
@ -576,5 +575,3 @@ public:
};
} // Namespace:: SqMod
#endif // _LIBRARY_CHRONO_DATETIME_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _LIBRARY_CHRONO_TIME_HPP_
#define _LIBRARY_CHRONO_TIME_HPP_
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Library/Chrono.hpp"
@ -358,5 +357,3 @@ public:
};
} // Namespace:: SqMod
#endif // _LIBRARY_CHRONO_TIME_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _LIBRARY_CHRONO_TIMER_HPP_
#define _LIBRARY_CHRONO_TIMER_HPP_
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Library/Chrono.hpp"
@ -96,5 +95,3 @@ private:
};
} // Namespace:: SqMod
#endif // _LIBRARY_CHRONO_TIMER_HPP_

View File

@ -1,5 +1,4 @@
#ifndef _LIBRARY_CHRONO_TIMESTAMP_HPP_
#define _LIBRARY_CHRONO_TIMESTAMP_HPP_
#pragma once
// ------------------------------------------------------------------------------------------------
#include "Library/Chrono.hpp"
@ -343,5 +342,3 @@ private:
};
} // Namespace:: SqMod
#endif // _LIBRARY_CHRONO_TIMESTAMP_HPP_