[epiphany/wip/ephy-sync: 82/126] Fix header includes



commit 258a92ead332f1829f107ce72eb48392f60ad5eb
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date:   Thu Jul 28 19:25:08 2016 +0300

    Fix header includes

 src/ephy-sync-crypto.c  |    1 +
 src/ephy-sync-secret.c  |    1 +
 src/ephy-sync-service.c |    6 +++---
 3 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/ephy-sync-crypto.c b/src/ephy-sync-crypto.c
index d72a54a..358f8d7 100644
--- a/src/ephy-sync-crypto.c
+++ b/src/ephy-sync-crypto.c
@@ -16,6 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
 #include "ephy-sync-crypto.h"
 
 #include <glib/gstdio.h>
diff --git a/src/ephy-sync-secret.c b/src/ephy-sync-secret.c
index a8bf791..e98c5bb 100644
--- a/src/ephy-sync-secret.c
+++ b/src/ephy-sync-secret.c
@@ -16,6 +16,7 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
 #include "ephy-sync-secret.h"
 
 #include <glib/gi18n.h>
diff --git a/src/ephy-sync-service.c b/src/ephy-sync-service.c
index bd2e8bc..3a4a43c 100644
--- a/src/ephy-sync-service.c
+++ b/src/ephy-sync-service.c
@@ -16,14 +16,14 @@
  *  along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+#include "ephy-sync-service.h"
+
 #include "ephy-debug.h"
-#include "ephy-prefs.h"
 #include "ephy-settings.h"
 #include "ephy-sync-crypto.h"
 #include "ephy-sync-secret.h"
-#include "ephy-sync-service.h"
 
-#include <glib/gi18n.h>
 #include <json-glib/json-glib.h>
 #include <libsoup/soup.h>
 #include <string.h>


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