diff options
| author | Krzysztof Kosi??ski <tweenk.pl@gmail.com> | 2009-02-21 01:59:56 +0000 |
|---|---|---|
| committer | tweenk <tweenk@users.sourceforge.net> | 2009-02-21 01:59:56 +0000 |
| commit | 154165799998cb2cb7491bbd97b0511943a0228e (patch) | |
| tree | 878507e5e42b4651f1bb0805a42c0837528eb314 /src/dialogs/iconpreview.cpp | |
| parent | Only build static libraries for subdirs than actually contain libraries, (diff) | |
| download | inkscape-154165799998cb2cb7491bbd97b0511943a0228e.tar.gz inkscape-154165799998cb2cb7491bbd97b0511943a0228e.zip | |
Move files from the src/dialogs/ directory to the places where they
should be. Build libinkscape.a - should reduce link time.
(bzr r7337)
Diffstat (limited to '')
| -rw-r--r-- | src/ui/dialog/icon-preview.cpp (renamed from src/dialogs/iconpreview.cpp) | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/src/dialogs/iconpreview.cpp b/src/ui/dialog/icon-preview.cpp index 4d402d235..336afc3c5 100644 --- a/src/dialogs/iconpreview.cpp +++ b/src/ui/dialog/icon-preview.cpp @@ -15,26 +15,24 @@ # include <config.h> #endif -#include "iconpreview.h" - #include <gtk/gtk.h> - #include <glib/gmem.h> -#include <gtk/gtkdialog.h> //for GTK_RESPONSE* types #include <glibmm/i18n.h> #include <gtkmm/buttonbox.h> #include <gtkmm/stock.h> -#include "preferences.h" -#include "inkscape.h" -#include "document.h" -#include "desktop-handles.h" -#include "selection.h" #include "desktop.h" +#include "desktop-handles.h" #include "display/nr-arena.h" +#include "document.h" +#include "inkscape.h" +#include "preferences.h" +#include "selection.h" #include "sp-root.h" #include "xml/repr.h" +#include "icon-preview.h" + extern "C" { // takes doc, root, icon, and icon name to produce pixels guchar * |
