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

optimize includes in some files

parent ffcb2b7c
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,6 @@ ...@@ -7,7 +7,6 @@
   
#include "Symbol.h" #include "Symbol.h"
#include "LabeledSymbol.h" #include "LabeledSymbol.h"
#include <core/xmlApi.hpp>
#include "label/Label.h" #include "label/Label.h"
   
namespace alphabet { namespace alphabet {
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include "Label.h" #include "Label.h"
#include "PrimitiveLabel.h" #include "PrimitiveLabel.h"
#include <primitive/Primitive.h> #include <primitive/Primitive.h>
#include <core/xmlApi.hpp>
#include <object/Object.h> #include <object/Object.h>
#include "ObjectLabel.h" #include "ObjectLabel.h"
#include <alphabet/Symbol.h> #include <alphabet/Symbol.h>
......
...@@ -14,7 +14,6 @@ ...@@ -14,7 +14,6 @@
   
#include "unbounded/UnboundedRegExp.h" #include "unbounded/UnboundedRegExp.h"
#include "unbounded/UnboundedRegExpStructure.h" #include "unbounded/UnboundedRegExpStructure.h"
#include <core/xmlApi.hpp>
   
namespace regexp { namespace regexp {
   
......
...@@ -15,7 +15,6 @@ ...@@ -15,7 +15,6 @@
#include <string/StringFeatures.h> #include <string/StringFeatures.h>
#include <string> #include <string>
#include <vector> #include <vector>
#include <set>
   
namespace regexp { namespace regexp {
   
......
...@@ -9,7 +9,6 @@ ...@@ -9,7 +9,6 @@
#include "LinearString.h" #include "LinearString.h"
#include "CyclicString.h" #include "CyclicString.h"
#include "Epsilon.h" #include "Epsilon.h"
#include <core/xmlApi.hpp>
   
namespace string { namespace string {
   
......
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