[librsvg] Clean up includes in rsvg-pixbuf.c



commit 07217cf3b74db4fb319375b01dfc25454747d3a1
Author: Federico Mena Quintero <federico gnome org>
Date:   Tue Jan 8 09:04:23 2019 -0600

    Clean up includes in rsvg-pixbuf.c

 librsvg/rsvg-pixbuf.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/librsvg/rsvg-pixbuf.c b/librsvg/rsvg-pixbuf.c
index 9334ad17..adafe3ba 100644
--- a/librsvg/rsvg-pixbuf.c
+++ b/librsvg/rsvg-pixbuf.c
@@ -34,13 +34,14 @@
  */
 
 #include "config.h"
-#include "rsvg-private.h"
-#include "rsvg-size-callback.h"
 
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
 
+#include "rsvg.h"
+#include "rsvg-size-callback.h"
+
 static GdkPixbuf *
 rsvg_pixbuf_from_file_with_size_data (const gchar * file_name,
                                       struct RsvgSizeCallbackData *cb_data, 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]