From: acspike Date: Fri, 2 Jun 2006 11:45:17 +0000 (+0000) Subject: moving include as suggested by bob X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=4f2240d49e70595042917b9df188dc4323a71c1e;p=inkscape.git moving include as suggested by bob --- diff --git a/src/extension/implementation/script.cpp b/src/extension/implementation/script.cpp index 77e1c7544..908ac23b7 100644 --- a/src/extension/implementation/script.cpp +++ b/src/extension/implementation/script.cpp @@ -27,7 +27,6 @@ #include "selection.h" #include "sp-namedview.h" #include "io/sys.h" -#include "registrytool.h" #include "prefs-utils.h" #include "../system.h" #include "extension/effect.h" @@ -42,6 +41,7 @@ #ifdef WIN32 #include #include +#include "registrytool.h" #endif