diff options
| author | Ted Gould <ted@gould.cx> | 2008-10-27 18:03:09 +0000 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2008-10-27 18:03:09 +0000 |
| commit | 7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902 (patch) | |
| tree | 7d3a2b95b84a03a19cb132cdf88bea0ab6dc4773 /src/dialogs/fill-style.cpp | |
| parent | Merging from trunk (diff) | |
| download | inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.tar.gz inkscape-7dbe11bc23efa5f51a9b84e7d0f6dd16e63e0902.zip | |
From trunk
(bzr r6885)
Diffstat (limited to 'src/dialogs/fill-style.cpp')
| -rw-r--r-- | src/dialogs/fill-style.cpp | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/src/dialogs/fill-style.cpp b/src/dialogs/fill-style.cpp index ebf2d4bdd..e095425a9 100644 --- a/src/dialogs/fill-style.cpp +++ b/src/dialogs/fill-style.cpp @@ -21,21 +21,21 @@ #endif -#include <widgets/sp-widget.h> -#include <sp-linear-gradient.h> -#include <sp-pattern.h> -#include <sp-radial-gradient.h> -#include <widgets/paint-selector.h> -#include <style.h> -#include <gradient-chemistry.h> -#include <desktop-style.h> -#include <desktop-handles.h> -#include <selection.h> -#include <inkscape.h> -#include <document-private.h> -#include <xml/repr.h> +#include "widgets/sp-widget.h" +#include "sp-linear-gradient.h" +#include "sp-pattern.h" +#include "sp-radial-gradient.h" +#include "widgets/paint-selector.h" +#include "style.h" +#include "gradient-chemistry.h" +#include "desktop-style.h" +#include "desktop-handles.h" +#include "selection.h" +#include "inkscape.h" +#include "document-private.h" +#include "xml/repr.h" #include <glibmm/i18n.h> -#include <display/sp-canvas.h> +#include "display/sp-canvas.h" // These can be deleted once we sort out the libart dependence. |
