summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@gnome.org>2020-11-05 17:31:59 -0600
committerFederico Mena Quintero <federico@gnome.org>2020-11-06 11:30:44 -0600
commit7d032cb807b90fcb56fa6b378a6e628307c70989 (patch)
tree0377bf750e0850a87bb1024b5efe8d9a8da49d9b /include
parent6dae695f8770cf122fc75f8fcfda95c53e4ae742 (diff)
downloadlibrsvg-7d032cb807b90fcb56fa6b378a6e628307c70989.tar.gz
Use #include <librsvg/blah.h> in rsvg.h
This way we can avoid -I$(top_builddir)/include/librsvg everywhere just so that header can pick up rsvg-version.h, the only generated header file. Also, it seems more correct, e.g. GTK does it that way?
Diffstat (limited to 'include')
-rw-r--r--include/librsvg/rsvg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/librsvg/rsvg.h b/include/librsvg/rsvg.h
index 11b02931..80005887 100644
--- a/include/librsvg/rsvg.h
+++ b/include/librsvg/rsvg.h
@@ -1453,9 +1453,9 @@ const char *rsvg_handle_get_metadata (RsvgHandle *handle);
G_END_DECLS
-#include "rsvg-features.h"
-#include "rsvg-version.h"
-#include "rsvg-cairo.h"
+#include <librsvg/rsvg-features.h>
+#include <librsvg/rsvg-version.h>
+#include <librsvg/rsvg-cairo.h>
#undef __RSVG_RSVG_H_INSIDE__