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/BufferedCharReader.hpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/core/BufferedCharReader.hpp') diff --git a/src/core/BufferedCharReader.hpp b/src/core/BufferedCharReader.hpp index b13cde6..0d72347 100644 --- a/src/core/BufferedCharReader.hpp +++ b/src/core/BufferedCharReader.hpp @@ -16,15 +16,14 @@ along with this program. If not, see . */ -#ifndef _OUSIA_UTILS_BUFFERED_CHAR_READER_H_ -#define _OUSIA_UTILS_BUFFERED_CHAR_READER_H_ +#ifndef _OUSIA_BUFFERED_CHAR_READER_H_ +#define _OUSIA_BUFFERED_CHAR_READER_H_ #include #include #include namespace ousia { -namespace utils { /** * The BufferedCharReader class is used for storing incomming data that @@ -233,8 +232,7 @@ public: }; -} } -#endif /* _OUSIA_UTILS_BUFFERED_CHAR_READER_H_ */ +#endif /* _OUSIA_BUFFERED_CHAR_READER_H_ */ -- cgit v1.2.3