[gnome-online-accounts] smtp-auth: Clean up the #includes



commit f9f7351d6e9047bcaf6deb4cf904c1b7980096f5
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Feb 7 17:44:39 2017 +0100

    smtp-auth: Clean up the #includes
    
    The src/goabackend/goabackendtypes.h header was rendered redundant
    when the GoaProvider type declaration was moved into
    src/goabackend/goaprovider.c as part of using G_DECLARE_DERIVABLE_TYPE.

 src/goabackend/goasmtpauth.c |    1 -
 src/goabackend/goasmtpauth.h |    3 +--
 2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/src/goabackend/goasmtpauth.c b/src/goabackend/goasmtpauth.c
index 0161baf..2065616 100644
--- a/src/goabackend/goasmtpauth.c
+++ b/src/goabackend/goasmtpauth.c
@@ -23,7 +23,6 @@
 #include <glib/gi18n-lib.h>
 
 #include "goasmtpauth.h"
-#include "goaprovider.h"
 #include "goautils.h"
 
 /*
diff --git a/src/goabackend/goasmtpauth.h b/src/goabackend/goasmtpauth.h
index 1f69a20..54ad86b 100644
--- a/src/goabackend/goasmtpauth.h
+++ b/src/goabackend/goasmtpauth.h
@@ -27,9 +27,8 @@
 #include <glib.h>
 #include <glib-object.h>
 
-#include <goabackend/goabackendtypes.h>
-
 #include "goamailauth.h"
+#include "goaprovider.h"
 
 G_BEGIN_DECLS
 


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