[gnome-builder] plugins: fix gb-plugins.h includes
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] plugins: fix gb-plugins.h includes
- Date: Fri, 30 Oct 2015 23:03:36 +0000 (UTC)
commit 321f2f2dec593e9e83c8579e7389dd264ac97ba6
Author: Christian Hergert <chergert redhat com>
Date: Fri Oct 30 16:02:48 2015 -0700
plugins: fix gb-plugins.h includes
src/app/gb-application.c | 1 +
src/main.c | 1 -
2 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/app/gb-application.c b/src/app/gb-application.c
index a50e72a..261218c 100644
--- a/src/app/gb-application.c
+++ b/src/app/gb-application.c
@@ -37,6 +37,7 @@
#include "gb-editor-document.h"
#include "gb-glib.h"
#include "gb-greeter-window.h"
+#include "gb-plugins.h"
#include "gb-projects-dialog.h"
#include "gb-resources.h"
#include "gb-workbench.h"
diff --git a/src/main.c b/src/main.c
index 2dabdf4..fc04523 100644
--- a/src/main.c
+++ b/src/main.c
@@ -30,7 +30,6 @@
#include "gb-application.h"
#include "gb-icons-resources.h"
-#include "gb-plugins.h"
int
main (int argc,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]