[epiphany/wip/sync-rebase: 45/86] ephy-sync: Fix includes
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany/wip/sync-rebase: 45/86] ephy-sync: Fix includes
- Date: Fri, 7 Oct 2016 22:52:30 +0000 (UTC)
commit cc6809b8b78246e83009c2f57b1ce5a735d18ebe
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date: Thu Jul 28 19:25:08 2016 +0300
ephy-sync: Fix 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 4fe6829..d1df199 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]