[librsvg] Clean up includes in rsvg-handle.c
- From: Federico Mena Quintero <federico src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [librsvg] Clean up includes in rsvg-handle.c
- Date: Tue, 8 Jan 2019 18:11:21 +0000 (UTC)
commit 11e2a2b4d93866eeb2d414a2b1f8cf7cdd139ee6
Author: Federico Mena Quintero <federico gnome org>
Date: Tue Jan 8 12:05:24 2019 -0600
Clean up includes in rsvg-handle.c
Did we really not use gi18n-lib.h before!?
librsvg/rsvg-handle.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/librsvg/rsvg-handle.c b/librsvg/rsvg-handle.c
index 94695249..0b09cb44 100644
--- a/librsvg/rsvg-handle.c
+++ b/librsvg/rsvg-handle.c
@@ -124,7 +124,9 @@
#include <limits.h>
#include <stdlib.h>
#include <glib/gprintf.h>
-#include "rsvg-private.h"
+#include <glib/gi18n-lib.h>
+
+#include "rsvg.h"
/* Defined in rsvg_internals/src/load.rs */
typedef struct RsvgLoad RsvgLoad;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]