From 0fdb5c80d473e4290190cf42f83fdd37c64ea90a Mon Sep 17 00:00:00 2001 From: Jan Travnicek <Jan.Travnicek@fit.cvut.cz> Date: Tue, 15 Jul 2014 08:38:22 +0200 Subject: [PATCH] restrict imports to included libraries --- acat2/src/acat.cpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/acat2/src/acat.cpp b/acat2/src/acat.cpp index 1f5aa5c136..b436bbed84 100644 --- a/acat2/src/acat.cpp +++ b/acat2/src/acat.cpp @@ -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" -- GitLab