diff --git a/sources/ElementsCollection/xmlelementcollection.cpp b/sources/ElementsCollection/xmlelementcollection.cpp index cf2c951c3..9fd85e1e2 100644 --- a/sources/ElementsCollection/xmlelementcollection.cpp +++ b/sources/ElementsCollection/xmlelementcollection.cpp @@ -17,7 +17,6 @@ */ #include "xmlelementcollection.h" #include "nameslist.h" -#include "elementlocation.h" #include "qetxml.h" #include "elementslocation.h" diff --git a/sources/ElementsCollection/xmlelementcollection.h b/sources/ElementsCollection/xmlelementcollection.h index a0d153745..0f882d9c9 100644 --- a/sources/ElementsCollection/xmlelementcollection.h +++ b/sources/ElementsCollection/xmlelementcollection.h @@ -20,6 +20,7 @@ #include #include +#include "elementslocation.h" class QDomElement; class QFile;