diff options
Diffstat (limited to 'Private/CompilerKit')
| -rw-r--r-- | Private/CompilerKit/CompilerKit.hxx | 13 | ||||
| -rw-r--r-- | Private/CompilerKit/Detail.hxx (renamed from Private/CompilerKit/CompilerKit.hpp) | 8 |
2 files changed, 14 insertions, 7 deletions
diff --git a/Private/CompilerKit/CompilerKit.hxx b/Private/CompilerKit/CompilerKit.hxx new file mode 100644 index 00000000..7bed48f9 --- /dev/null +++ b/Private/CompilerKit/CompilerKit.hxx @@ -0,0 +1,13 @@ +/* ------------------------------------------- + + Copyright Mahrouss Logic + +------------------------------------------- */ + +#ifndef _INC_CL_HPP +#define _INC_CL_HPP + +#include <CompilerKit/Detail.hxx> +#include <CompilerKit/Version.hxx> + +#endif /* ifndef _INC_CL_HPP */ diff --git a/Private/CompilerKit/CompilerKit.hpp b/Private/CompilerKit/Detail.hxx index 34f69ccc..0c7a7c46 100644 --- a/Private/CompilerKit/CompilerKit.hpp +++ b/Private/CompilerKit/Detail.hxx @@ -4,8 +4,7 @@ ------------------------------------------- */ -#ifndef _INC_CL_HPP -#define _INC_CL_HPP +#pragma once #include <NewKit/Defines.hpp> @@ -28,8 +27,3 @@ KLASS &operator=(KLASS &&) = default; \ KLASS(KLASS &&) = default; - - -#include <CompilerKit/Version.hxx> - -#endif /* ifndef _INC_CL_HPP */ |
