diff --git a/acat2/src/acat.cpp b/acat2/src/acat.cpp
index 1f5aa5c136984fcabc834304dd546a882b3764b9..b436bbed8427c49c6fccf8e60b0bb5ab287b9394 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"