From 08e654dcda7fa6d764558ea184fe1a47bc4001c8 Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Fri, 21 Nov 2014 11:10:31 +0100 Subject: Finished last commits moving action by also moving the tests and correcting all references and namespaces in the code. --- src/core/CodeTokenizer.hpp | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/core/CodeTokenizer.hpp') diff --git a/src/core/CodeTokenizer.hpp b/src/core/CodeTokenizer.hpp index 0fc0862..b392c11 100644 --- a/src/core/CodeTokenizer.hpp +++ b/src/core/CodeTokenizer.hpp @@ -16,8 +16,8 @@ along with this program. If not, see . */ -#ifndef _OUSIA_UTILS_CODE_TOKENIZER_HPP_ -#define _OUSIA_UTILS_CODE_TOKENIZER_HPP_ +#ifndef _OUSIA_CODE_TOKENIZER_HPP_ +#define _OUSIA_CODE_TOKENIZER_HPP_ #include #include @@ -26,7 +26,6 @@ #include "Tokenizer.hpp" namespace ousia { -namespace utils { /* * This enum contains all special Token the CodeTokenizer supports, namely: @@ -125,6 +124,5 @@ public: } }; } -} #endif -- cgit v1.2.3