From 267299811df952d08324a39008f52c19641de9e0 Mon Sep 17 00:00:00 2001 From: Tavmjong Bah Date: Tue, 30 Jan 2018 09:33:01 +0100 Subject: Move classes derived from SPObject to own directory. A lot of header clean-up. --- src/helper/pixbuf-ops.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/helper/pixbuf-ops.cpp') diff --git a/src/helper/pixbuf-ops.cpp b/src/helper/pixbuf-ops.cpp index 8881f54a5..3b43735ad 100644 --- a/src/helper/pixbuf-ops.cpp +++ b/src/helper/pixbuf-ops.cpp @@ -23,8 +23,9 @@ #include "display/drawing.h" #include "display/drawing-context.h" #include "document.h" -#include "sp-root.h" -#include "sp-defs.h" +#include "object/sp-root.h" +#include "object/sp-defs.h" +#include "object/sp-use.h" #include "util/units.h" #include "helper/pixbuf-ops.h" -- cgit v1.2.3