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

restrict imports to included libraries

parent ad279f5d
No related branches found
No related tags found
No related merge requests found
......@@ -9,14 +9,14 @@
#include <cstdlib>
#include <unistd.h>
#include <exception>
#include "exception/AlibException.h"
#include "factory/AutomatonFactory.h"
#include "factory/RegExpFactory.h"
#include "factory/StringFactory.h"
#include "factory/ExceptionFactory.h"
#include "sax/SaxParseInterface.h"
#include "FromXMLParsers.h"
#include "sax/ParserException.h"
#include <exception/AlibException.h>
#include <factory/AutomatonFactory.h>
#include <factory/RegExpFactory.h>
#include <factory/StringFactory.h>
#include <factory/ExceptionFactory.h>
#include <sax/SaxParseInterface.h>
#include <FromXMLParsers.h>
#include <sax/ParserException.h>
 
 
#define VERSION "0.0.1"
......
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