From 641e08a678c0d83fb12c78baf917857bf6367138 Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 15 Oct 2021 22:52:56 +0200 Subject: Remove config.h dependency --- src/im-accounts-service.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/im-accounts-service.c') 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 + * Robert Tari */ -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #include #include "im-accounts-service.h" -- cgit v1.2.3