summaryrefslogtreecommitdiffstats
path: root/src/ui/view/edit-widget-interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/view/edit-widget-interface.h')
-rw-r--r--src/ui/view/edit-widget-interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/view/edit-widget-interface.h b/src/ui/view/edit-widget-interface.h
index 4ff4f92f9..577beb5ce 100644
--- a/src/ui/view/edit-widget-interface.h
+++ b/src/ui/view/edit-widget-interface.h
@@ -16,9 +16,9 @@
#ifndef INKSCAPE_UI_VIEW_EDIT_WIDGET_IFACE_H
#define INKSCAPE_UI_VIEW_EDIT_WIDGET_IFACE_H
-#include "libnr/nr-point.h"
#include "message.h"
#include <gtkmm/window.h>
+#include <2geom/point.h>
namespace Inkscape { namespace UI { namespace Widget { class Dock; } } }