[gnome-online-accounts] error: Clean up the #includes
- From: Debarshi Ray <debarshir src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-online-accounts] error: Clean up the #includes
- Date: Tue, 7 Feb 2017 15:16:09 +0000 (UTC)
commit 11edaf4cc38ba6381fcee881976e3266b9e5b8fb
Author: Debarshi Ray <debarshir gnome org>
Date: Tue Feb 7 15:47:45 2017 +0100
error: Clean up the #includes
src/goa/goaerror.c | 3 +++
src/goa/goaerror.h | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/src/goa/goaerror.c b/src/goa/goaerror.c
index 055f578..e524d1e 100644
--- a/src/goa/goaerror.c
+++ b/src/goa/goaerror.c
@@ -17,8 +17,11 @@
*/
#include "config.h"
+
+#include <gio/gio.h>
#include <glib/gi18n-lib.h>
+#include "goaenums.h"
#include "goaerror.h"
/**
diff --git a/src/goa/goaerror.h b/src/goa/goaerror.h
index d6e3ecd..de7f063 100644
--- a/src/goa/goaerror.h
+++ b/src/goa/goaerror.h
@@ -23,7 +23,7 @@
#ifndef __GOA_ERROR_H__
#define __GOA_ERROR_H__
-#include <goa/goatypes.h>
+#include <glib.h>
G_BEGIN_DECLS
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]