summaryrefslogtreecommitdiff
path: root/src/storage.h
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2014-01-22 08:01:35 -0800
committerMarcel Holtmann <marcel@holtmann.org>2014-01-22 08:01:35 -0800
commit9a438436c19ed7ff59a0d8dec27fb9ddeaa015f3 (patch)
tree08afe4ca2f4c7452867c94c2fbf3ae8fb4dad43e /src/storage.h
parent8b8a5315a9321c5385d9d5b441f1e5af9eed37fe (diff)
downloadbluez-9a438436c19ed7ff59a0d8dec27fb9ddeaa015f3.tar.gz
core: Remove __TEXTFILE_H header inclusion protection
Diffstat (limited to 'src/storage.h')
-rw-r--r--src/storage.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/storage.h b/src/storage.h
index 4c5ab50f0..1c0ad57ec 100644
--- a/src/storage.h
+++ b/src/storage.h
@@ -21,8 +21,6 @@
*
*/
-#include "textfile.h"
-
int read_discoverable_timeout(const char *src, int *timeout);
int read_pairable_timeout(const char *src, int *timeout);
int read_on_mode(const char *src, char *mode, int length);