summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog/xml-tree.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/dialog/xml-tree.cpp')
-rw-r--r--src/ui/dialog/xml-tree.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ui/dialog/xml-tree.cpp b/src/ui/dialog/xml-tree.cpp
index 27064d393..810f2a5c6 100644
--- a/src/ui/dialog/xml-tree.cpp
+++ b/src/ui/dialog/xml-tree.cpp
@@ -16,6 +16,7 @@
*
*/
+#include "xml-tree.h"
#include "widgets/icon.h"
#include <gdk/gdkkeysyms.h>
#include <glibmm/i18n.h>
@@ -43,7 +44,9 @@
#include "verbs.h"
#include "widgets/icon.h"
-#include "xml-tree.h"
+#include "widgets/sp-xmlview-attr-list.h"
+#include "widgets/sp-xmlview-content.h"
+#include "widgets/sp-xmlview-tree.h"
namespace Inkscape {
namespace UI {