diff options
Diffstat (limited to 'glabels2/src/xml-label.c')
-rw-r--r-- | glabels2/src/xml-label.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/glabels2/src/xml-label.c b/glabels2/src/xml-label.c index 0ef0559..f725b13 100644 --- a/glabels2/src/xml-label.c +++ b/glabels2/src/xml-label.c @@ -22,7 +22,7 @@ #include <config.h> -#include <gnome.h> +#include "xml-label.h" #include <glib/gi18n.h> #include <libxml/tree.h> @@ -38,7 +38,6 @@ #include "label-image.h" #include "label-barcode.h" #include "base64.h" -#include "xml-label.h" #include "xml-label-04.h" #include "xml-label-191.h" #include <libglabels/template.h> |