[gnome-online-accounts] goa: Remove empty header



commit dc769ae0f191b17390140f0c4ba65f3d6dbf4663
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Feb 7 15:59:24 2017 +0100

    goa: Remove empty header

 src/goa/Makefile.am |    2 --
 src/goa/goa.h       |    2 +-
 src/goa/goatypes.h  |   33 ---------------------------------
 3 files changed, 1 insertions(+), 36 deletions(-)
---
diff --git a/src/goa/Makefile.am b/src/goa/Makefile.am
index 43e0ac7..653372e 100644
--- a/src/goa/Makefile.am
+++ b/src/goa/Makefile.am
@@ -77,7 +77,6 @@ libgoa_1_0_la_HEADERS =                                               \
        goa.h                                                   \
        goaclient.h                                             \
        goaerror.h                                              \
-       goatypes.h                                              \
        goaenums.h                                              \
        goaenumtypes.h                                          \
        goaversion.h                                            \
@@ -89,7 +88,6 @@ libgoa_1_0_la_SOURCES =                                               \
        goaclient.h                     goaclient.c             \
        goaerror.h                      goaerror.c              \
        goa-generated.h                 goa-generated.c         \
-       goatypes.h                                              \
        goaenums.h                                              \
        goaenumtypes.h                  goaenumtypes.c          \
        goaversion.h                    goaversion.c            \
diff --git a/src/goa/goa.h b/src/goa/goa.h
index 2daae08..f18a7c4 100644
--- a/src/goa/goa.h
+++ b/src/goa/goa.h
@@ -24,8 +24,8 @@
 #endif
 
 #define __GOA_INSIDE_GOA_H__
-#include <goa/goatypes.h>
 #include <goa/goaclient.h>
+#include <goa/goaenums.h>
 #include <goa/goaerror.h>
 #include <goa/goaversion.h>
 #include <goa/goa-generated.h>


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