diff options
| author | Alex Valavanis <valavanisalex@gmail.com> | 2011-12-08 11:53:54 +0000 |
|---|---|---|
| committer | Alex Valavanis <valavanisalex@gmail.com> | 2011-12-08 11:53:54 +0000 |
| commit | 4e51446f417ad82d2cdac758d0c5ce908ff88038 (patch) | |
| tree | fca19a5966d6d49873062bb0b40550f6c4984156 /src/xml | |
| parent | Colors. Patch for Bug #677081 (Default paste color opacity) by Romain. (diff) | |
| download | inkscape-4e51446f417ad82d2cdac758d0c5ce908ff88038.tar.gz inkscape-4e51446f417ad82d2cdac758d0c5ce908ff88038.zip | |
Switch to top-level glib headers. Thanks to DimStar for patch
Fixed bugs:
- https://launchpad.net/bugs/898538
(bzr r10762)
Diffstat (limited to 'src/xml')
| -rw-r--r-- | src/xml/attribute-record.h | 3 | ||||
| -rw-r--r-- | src/xml/comment-node.h | 2 | ||||
| -rw-r--r-- | src/xml/croco-node-iface.cpp | 2 | ||||
| -rw-r--r-- | src/xml/event.h | 3 | ||||
| -rw-r--r-- | src/xml/node-event-vector.h | 2 | ||||
| -rw-r--r-- | src/xml/node-observer.h | 2 | ||||
| -rw-r--r-- | src/xml/node.h | 2 | ||||
| -rw-r--r-- | src/xml/pi-node.h | 2 | ||||
| -rw-r--r-- | src/xml/quote.cpp | 2 | ||||
| -rw-r--r-- | src/xml/rebase-hrefs.cpp | 4 | ||||
| -rw-r--r-- | src/xml/rebase-hrefs.h | 2 | ||||
| -rw-r--r-- | src/xml/repr.h | 2 | ||||
| -rw-r--r-- | src/xml/simple-node.cpp | 2 | ||||
| -rw-r--r-- | src/xml/text-node.h | 2 |
14 files changed, 14 insertions, 18 deletions
diff --git a/src/xml/attribute-record.h b/src/xml/attribute-record.h index bab0b5aa4..a61329b83 100644 --- a/src/xml/attribute-record.h +++ b/src/xml/attribute-record.h @@ -5,8 +5,7 @@ #ifndef SEEN_XML_SP_REPR_ATTR_H #define SEEN_XML_SP_REPR_ATTR_H -#include <glib/gquark.h> -#include <glib/gtypes.h> +#include <glib.h> #include "gc-managed.h" #include "util/share.h" diff --git a/src/xml/comment-node.h b/src/xml/comment-node.h index 2232fb61e..56b8ad476 100644 --- a/src/xml/comment-node.h +++ b/src/xml/comment-node.h @@ -15,7 +15,7 @@ #ifndef SEEN_INKSCAPE_XML_COMMENT_NODE_H #define SEEN_INKSCAPE_XML_COMMENT_NODE_H -#include <glib/gquark.h> +#include <glib.h> #include "xml/simple-node.h" namespace Inkscape { diff --git a/src/xml/croco-node-iface.cpp b/src/xml/croco-node-iface.cpp index 72bcba7f3..6bd5a6920 100644 --- a/src/xml/croco-node-iface.cpp +++ b/src/xml/croco-node-iface.cpp @@ -1,6 +1,6 @@ #include <cstring> #include <string> -#include <glib/gstrfuncs.h> +#include <glib.h> #include "xml/croco-node-iface.h" #include "xml/node.h" diff --git a/src/xml/event.h b/src/xml/event.h index c2865b8c4..55e2add88 100644 --- a/src/xml/event.h +++ b/src/xml/event.h @@ -18,8 +18,7 @@ #ifndef SEEN_INKSCAPE_XML_SP_REPR_ACTION_H #define SEEN_INKSCAPE_XML_SP_REPR_ACTION_H -#include <glib/gtypes.h> -#include <glib/gquark.h> +#include <glib.h> #include <glibmm/ustring.h> #include <iterator> diff --git a/src/xml/node-event-vector.h b/src/xml/node-event-vector.h index 0c291c230..e6396877d 100644 --- a/src/xml/node-event-vector.h +++ b/src/xml/node-event-vector.h @@ -14,7 +14,7 @@ #ifndef SEEN_INKSCAPE_XML_SP_REPR_EVENT_VECTOR #define SEEN_INKSCAPE_XML_SP_REPR_EVENT_VECTOR -#include <glib/gtypes.h> +#include <glib.h> #include "xml/node.h" diff --git a/src/xml/node-observer.h b/src/xml/node-observer.h index 59142be8c..d0c85d1dd 100644 --- a/src/xml/node-observer.h +++ b/src/xml/node-observer.h @@ -18,7 +18,7 @@ #ifndef SEEN_INKSCAPE_XML_NODE_OBSERVER_H #define SEEN_INKSCAPE_XML_NODE_OBSERVER_H -#include <glib/gquark.h> +#include <glib.h> #include "util/share.h" #ifndef INK_UNUSED diff --git a/src/xml/node.h b/src/xml/node.h index 8b7dea203..c11f2fbdf 100644 --- a/src/xml/node.h +++ b/src/xml/node.h @@ -18,7 +18,7 @@ #ifndef SEEN_INKSCAPE_XML_NODE_H #define SEEN_INKSCAPE_XML_NODE_H -#include <glib/gtypes.h> +#include <glib.h> #include "gc-anchored.h" #include "util/list.h" diff --git a/src/xml/pi-node.h b/src/xml/pi-node.h index e1f59ab27..1f892f97a 100644 --- a/src/xml/pi-node.h +++ b/src/xml/pi-node.h @@ -14,7 +14,7 @@ #ifndef SEEN_INKSCAPE_XML_PI_NODE_H #define SEEN_INKSCAPE_XML_PI_NODE_H -#include <glib/gquark.h> +#include <glib.h> #include "xml/simple-node.h" namespace Inkscape { diff --git a/src/xml/quote.cpp b/src/xml/quote.cpp index e569ed818..51f9ffb97 100644 --- a/src/xml/quote.cpp +++ b/src/xml/quote.cpp @@ -12,7 +12,7 @@ */ #include <cstring> -#include <glib/gmem.h> +#include <glib.h> /** \return strlen(xml_quote_strdup(\a val)) (without doing the malloc). diff --git a/src/xml/rebase-hrefs.cpp b/src/xml/rebase-hrefs.cpp index 4a7e050fa..9d4f4f9fc 100644 --- a/src/xml/rebase-hrefs.cpp +++ b/src/xml/rebase-hrefs.cpp @@ -7,9 +7,7 @@ #include "util/share.h" #include "xml/attribute-record.h" #include "xml/node.h" -#include <glib/gmem.h> -#include <glib/gurifuncs.h> -#include <glib/gutils.h> +#include <glib.h> #include <glibmm/miscutils.h> #include <glibmm/convert.h> #include <glibmm/uriutils.h> diff --git a/src/xml/rebase-hrefs.h b/src/xml/rebase-hrefs.h index 4cbdec9a5..adb09e52a 100644 --- a/src/xml/rebase-hrefs.h +++ b/src/xml/rebase-hrefs.h @@ -1,7 +1,7 @@ #ifndef REBASE_HREFS_H_SEEN #define REBASE_HREFS_H_SEEN -#include <glib/gtypes.h> +#include <glib.h> #include "util/list.h" #include "xml/attribute-record.h" struct SPDocument; diff --git a/src/xml/repr.h b/src/xml/repr.h index 5fa9387c7..ffb8ab16b 100644 --- a/src/xml/repr.h +++ b/src/xml/repr.h @@ -15,7 +15,7 @@ #define SEEN_SP_REPR_H #include <stdio.h> -#include <glib/gtypes.h> +#include <glib.h> #include "gc-anchored.h" #include "xml/node.h" diff --git a/src/xml/simple-node.cpp b/src/xml/simple-node.cpp index 44ddba237..c197d648b 100644 --- a/src/xml/simple-node.cpp +++ b/src/xml/simple-node.cpp @@ -17,7 +17,7 @@ #include <cstring> #include <string> -#include <glib/gstrfuncs.h> +#include <glib.h> #include "preferences.h" diff --git a/src/xml/text-node.h b/src/xml/text-node.h index 2fabd6953..53798b822 100644 --- a/src/xml/text-node.h +++ b/src/xml/text-node.h @@ -15,7 +15,7 @@ #ifndef SEEN_INKSCAPE_XML_TEXT_NODE_H #define SEEN_INKSCAPE_XML_TEXT_NODE_H -#include <glib/gquark.h> +#include <glib.h> #include "xml/simple-node.h" namespace Inkscape { |
