diff options
Diffstat (limited to 'source/core/StarJsonPath.hpp')
-rw-r--r-- | source/core/StarJsonPath.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarJsonPath.hpp b/source/core/StarJsonPath.hpp index bd60dad..e1f758b 100644 --- a/source/core/StarJsonPath.hpp +++ b/source/core/StarJsonPath.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_JSON_PATH_HPP -#define STAR_JSON_PATH_HPP +#pragma once #include "StarLexicalCast.hpp" #include "StarJson.hpp" @@ -328,5 +327,3 @@ namespace JsonPath { } } - -#endif |