aboutsummaryrefslogtreecommitdiff
path: root/src/im-accounts-service.c
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-10-15 22:52:56 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2021-10-21 21:55:54 +0200
commit641e08a678c0d83fb12c78baf917857bf6367138 (patch)
treef415af79977fad74f5c18f262affc7465b89e734 /src/im-accounts-service.c
parent3fc70514615c4fe2b14f33ec41be0f549e6049ee (diff)
downloadayatana-indicator-messages-641e08a678c0d83fb12c78baf917857bf6367138.tar.gz
ayatana-indicator-messages-641e08a678c0d83fb12c78baf917857bf6367138.tar.bz2
ayatana-indicator-messages-641e08a678c0d83fb12c78baf917857bf6367138.zip
Remove config.h dependency
Diffstat (limited to 'src/im-accounts-service.c')
-rw-r--r--src/im-accounts-service.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/im-accounts-service.c b/src/im-accounts-service.c
index 30c80ec..8507cae 100644
--- a/src/im-accounts-service.c
+++ b/src/im-accounts-service.c
@@ -1,5 +1,6 @@
/*
* Copyright © 2014 Canonical Ltd.
+ * Copyright © 2021 Robert Tari
*
* This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3, as published
@@ -15,12 +16,9 @@
*
* Authors:
* Ted Gould <ted@canonical.com>
+ * Robert Tari <robert@tari.in>
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include <act/act.h>
#include "im-accounts-service.h"