From 389f3b79a16e76d289cdafad29d7f5664c2c393f Mon Sep 17 00:00:00 2001 From: Daniel Wagner Date: Tue, 8 Nov 2011 16:16:02 +0100 Subject: [PATCH] rfkill.h: Remove unused header file --- Makefile.am | 2 +- include/rfkill.h | 33 --------------------------------- src/connman.h | 2 -- 3 files changed, 1 insertion(+), 36 deletions(-) delete mode 100644 include/rfkill.h diff --git a/Makefile.am b/Makefile.am index 145ccb6..b797661 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,7 +12,7 @@ include_HEADERS = include/types.h include/log.h include/plugin.h \ nodist_include_HEADERS = include/version.h noinst_HEADERS = include/rtnl.h include/task.h \ - include/dbus.h include/rfkill.h include/option.h \ + include/dbus.h include/option.h \ include/provider.h \ include/utsname.h include/timeserver.h include/proxy.h \ include/technology.h include/setting.h diff --git a/include/rfkill.h b/include/rfkill.h deleted file mode 100644 index a51f1f3..0000000 --- a/include/rfkill.h +++ /dev/null @@ -1,33 +0,0 @@ -/* - * - * Connection Manager - * - * Copyright (C) 2007-2010 Intel Corporation. All rights reserved. - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License version 2 as - * published by the Free Software Foundation. - * - * This program is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA - * - */ - -#ifndef __CONNMAN_RFKILL_H -#define __CONNMAN_RFKILL_H - -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef __cplusplus -} -#endif - -#endif /* __CONNMAN_RFKILL_H */ diff --git a/src/connman.h b/src/connman.h index a3f9285..906483a 100644 --- a/src/connman.h +++ b/src/connman.h @@ -367,8 +367,6 @@ connman_bool_t __connman_device_get_reconnect(struct connman_device *device); const char *__connman_device_get_type(struct connman_device *device); -#include - int __connman_rfkill_init(void); void __connman_rfkill_cleanup(void); int __connman_rfkill_block(enum connman_service_type type, connman_bool_t block); -- 2.7.4