summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--include/rfkill.h33
-rw-r--r--src/connman.h2
3 files changed, 1 insertions, 36 deletions
diff --git a/Makefile.am b/Makefile.am
index 145ccb66..b7976610 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 a51f1f3b..00000000
--- 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 a3f92857..906483a8 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 <connman/rfkill.h>
-
int __connman_rfkill_init(void);
void __connman_rfkill_cleanup(void);
int __connman_rfkill_block(enum connman_service_type type, connman_bool_t block);