diff options
author | Bdale Garbee <bdale@gag.com> | 2011-12-25 17:31:05 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2011-12-25 17:31:05 -0700 |
commit | 098c2eeec57dd18c6bb6f18b21f386e93b8f7edb (patch) | |
tree | db630e6ff6e64682838a899d2e5954c57613a72d | |
parent | baa571c241d438c9e229c2f12ec3f1d57ec64f84 (diff) |
don't try to include bluetooth headers
-rw-r--r-- | altosui/libaltos/libaltos.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/altosui/libaltos/libaltos.c b/altosui/libaltos/libaltos.c index d1f445bd..606a7e6a 100644 --- a/altosui/libaltos/libaltos.c +++ b/altosui/libaltos/libaltos.c @@ -308,10 +308,6 @@ altos_getchar(struct altos_file *file, int timeout) #include <stdio.h> #include <stdlib.h> #include <string.h> -#include <bluetooth/bluetooth.h> -#include <bluetooth/hci.h> -#include <bluetooth/hci_lib.h> -#include <bluetooth/rfcomm.h> static char * cc_fullname (char *dir, char *file) |