From 154165799998cb2cb7491bbd97b0511943a0228e Mon Sep 17 00:00:00 2001 From: Krzysztof Kosi??ski Date: Sat, 21 Feb 2009 01:59:56 +0000 Subject: Move files from the src/dialogs/ directory to the places where they should be. Build libinkscape.a - should reduce link time. (bzr r7337) --- src/ui/dialog/document-metadata.cpp | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'src/ui/dialog/document-metadata.cpp') diff --git a/src/ui/dialog/document-metadata.cpp b/src/ui/dialog/document-metadata.cpp index 32838309a..96cad1fbe 100644 --- a/src/ui/dialog/document-metadata.cpp +++ b/src/ui/dialog/document-metadata.cpp @@ -17,18 +17,14 @@ # include #endif - - -#include "ui/widget/entity-entry.h" - -#include "xml/node-event-vector.h" -#include "dialogs/rdf.h" - -#include "inkscape.h" -#include "verbs.h" -#include "desktop-handles.h" #include "desktop.h" +#include "desktop-handles.h" +#include "inkscape.h" +#include "rdf.h" #include "sp-namedview.h" +#include "ui/widget/entity-entry.h" +#include "verbs.h" +#include "xml/node-event-vector.h" #include "document-metadata.h" -- cgit v1.2.3