~imz/inkscape/lav@altlinux

« back to all changes in this revision

Viewing changes to inkscape/src/uri.h

  • Committer: Vitaly Lipatov
  • Date: 2013-02-11 16:18:39 UTC
  • Revision ID: git-v1:15c9c30ef309c7ab1b0d9479c2058a0668e6041f
just import inkscape-0.48.4.tar.bz2 with rpmgs script

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#ifndef INKSCAPE_URI_H
15
15
#define INKSCAPE_URI_H
16
16
 
17
 
#include <glib/gtypes.h>
 
17
#include <glib.h>
18
18
#include <exception>
19
19
#include <libxml/uri.h>
20
20
#include "bad-uri-exception.h"