gplugin/gplugin

Parents b5c76b26f19a
Children 3e651648702b
gplugin's include path makes it so you only ever #include gplugin-gtk-plugin-info.h was not doing this, but it worked because it's in tree, and that how it had to work.
--- a/gplugin-gtk/gplugin-gtk-plugin-info.h Mon Sep 30 01:27:38 2019 -0500
+++ b/gplugin-gtk/gplugin-gtk-plugin-info.h Thu Oct 31 22:51:36 2019 -0500
@@ -27,7 +27,7 @@
#include <gtk/gtk.h>
-#include <gplugin/gplugin.h>
+#include <gplugin.h>
G_BEGIN_DECLS