Skip to content
Snippets Groups Projects
Commit b5cfa693 authored by Jan Trávníček's avatar Jan Trávníček
Browse files

update includes in raw

parent 31370f85
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#ifndef RAW_DATA_FACTORY #ifndef RAW_DATA_FACTORY
#define RAW_DATA_FACTORY #define RAW_DATA_FACTORY
   
#include <set> #include <alib/set>
#include "exception/CommonException.h" #include "exception/CommonException.h"
#include <core/rawApi.hpp> #include <core/rawApi.hpp>
#include <fstream> #include <fstream>
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
*/ */
   
#include <registry/RawReaderRegistry.hpp> #include <registry/RawReaderRegistry.hpp>
#include <algorithm> #include <alib/algorithm>
#include <typeinfo> #include <alib/typeinfo>
   
namespace abstraction { namespace abstraction {
   
......
...@@ -8,9 +8,9 @@ ...@@ -8,9 +8,9 @@
#ifndef _RAW_READER_REGISTRY_HPP_ #ifndef _RAW_READER_REGISTRY_HPP_
#define _RAW_READER_REGISTRY_HPP_ #define _RAW_READER_REGISTRY_HPP_
   
#include <memory> #include <alib/memory>
#include <string> #include <alib/string>
#include <map> #include <alib/map>
   
#include <exception/CommonException.h> #include <exception/CommonException.h>
#include <abstraction/OperationAbstraction.hpp> #include <abstraction/OperationAbstraction.hpp>
......
...@@ -8,10 +8,10 @@ ...@@ -8,10 +8,10 @@
#ifndef _RAW_WRITER_REGISTRY_HPP_ #ifndef _RAW_WRITER_REGISTRY_HPP_
#define _RAW_WRITER_REGISTRY_HPP_ #define _RAW_WRITER_REGISTRY_HPP_
   
#include <memory> #include <alib/memory>
#include <string> #include <alib/string>
#include <set> #include <alib/set>
#include <map> #include <alib/map>
   
#include <exception/CommonException.h> #include <exception/CommonException.h>
#include <abstraction/OperationAbstraction.hpp> #include <abstraction/OperationAbstraction.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment