diff options
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/Makefile_insert | 1 | ||||
| -rw-r--r-- | src/xml/composite-node-observer.cpp | 2 | ||||
| -rw-r--r-- | src/xml/node-fns.cpp | 2 | ||||
| -rw-r--r-- | src/xml/repr-sorting.cpp | 2 |
4 files changed, 3 insertions, 4 deletions
diff --git a/src/xml/Makefile_insert b/src/xml/Makefile_insert index e4269026c..7190b7948 100644 --- a/src/xml/Makefile_insert +++ b/src/xml/Makefile_insert @@ -1,7 +1,6 @@ ## Makefile.am fragment sourced by src/Makefile.am. ink_common_sources += \ - algorithms/find-if-before.h \ xml/comment-node.h \ xml/composite-node-observer.cpp xml/composite-node-observer.h \ xml/element-node.h \ diff --git a/src/xml/composite-node-observer.cpp b/src/xml/composite-node-observer.cpp index e65981616..564938dda 100644 --- a/src/xml/composite-node-observer.cpp +++ b/src/xml/composite-node-observer.cpp @@ -15,7 +15,7 @@ #include <cstring> #include <glib.h> -#include "algorithms/find-if-before.h" +#include "util/find-if-before.h" #include "xml/composite-node-observer.h" #include "xml/node-event-vector.h" #include "debug/event-tracker.h" diff --git a/src/xml/node-fns.cpp b/src/xml/node-fns.cpp index deb88fb5e..bf860d8f3 100644 --- a/src/xml/node-fns.cpp +++ b/src/xml/node-fns.cpp @@ -8,7 +8,7 @@ #include <glib.h> // g_assert() #include "xml/node-iterators.h" -#include "algorithms/find-if-before.h" +#include "util/find-if-before.h" namespace Inkscape { namespace XML { diff --git a/src/xml/repr-sorting.cpp b/src/xml/repr-sorting.cpp index 123df33ee..27293d3c2 100644 --- a/src/xml/repr-sorting.cpp +++ b/src/xml/repr-sorting.cpp @@ -1,5 +1,5 @@ -#include "algorithms/longest-common-suffix.h" +#include "util/longest-common-suffix.h" #include "xml/repr.h" #include "xml/node-iterators.h" |
