diff options
Diffstat (limited to 'source/core/StarJsonRpc.hpp')
-rw-r--r-- | source/core/StarJsonRpc.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarJsonRpc.hpp b/source/core/StarJsonRpc.hpp index 651e717..b767703 100644 --- a/source/core/StarJsonRpc.hpp +++ b/source/core/StarJsonRpc.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_JSON_RPC_HPP -#define STAR_JSON_RPC_HPP +#pragma once #include "StarJson.hpp" #include "StarByteArray.hpp" @@ -50,5 +49,3 @@ private: }; } - -#endif |