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

reduce includes in LibraryLoader

parent 9cd08197
No related branches found
No related tags found
1 merge request!114Merge jt
#ifndef _CLI_LIBRARY_LOADER_H_ #ifndef _CLI_LIBRARY_LOADER_H_
#define _CLI_LIBRARY_LOADER_H_ #define _CLI_LIBRARY_LOADER_H_
   
#include <command/Command.h>
#include <environment/Environment.h>
#include <dlfcn.h> #include <dlfcn.h>
   
#include <experimental/filesystem> #include <experimental/filesystem>
#include <alib/list> #include <list>
   
#include <exception/CommonException.h> #include <exception/CommonException.h>
   
......
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