diff options
Diffstat (limited to 'src/core/Tokenizer.hpp')
-rw-r--r-- | src/core/Tokenizer.hpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/Tokenizer.hpp b/src/core/Tokenizer.hpp index 2debc75..f962ead 100644 --- a/src/core/Tokenizer.hpp +++ b/src/core/Tokenizer.hpp @@ -16,8 +16,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef _OUSIA_UTILS_TOKENIZER_HPP_ -#define _OUSIA_UTILS_TOKENIZER_HPP_ +#ifndef _OUSIA_TOKENIZER_HPP_ +#define _OUSIA_TOKENIZER_HPP_ #include <istream> #include <map> @@ -26,7 +26,6 @@ #include "BufferedCharReader.hpp" namespace ousia { -namespace utils { /** * This exception is currently only thrown if errors are made during the @@ -226,6 +225,5 @@ public: void consumePeek(); }; } -} #endif |