diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2007-02-26 11:14:53 +0000 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2007-02-26 11:14:53 +0000 |
commit | 21a038269e8e2264b149e50355e6e18ccba1d334 (patch) | |
tree | 6e50133395bbfba07de60a23f8da501eeca26c41 /hcid/device.c | |
parent | 695443f8d5e0da5fbff3b44279a0ed6abafdf3bb (diff) |
More glib memory allocation changes
Diffstat (limited to 'hcid/device.c')
-rw-r--r-- | hcid/device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hcid/device.c b/hcid/device.c index b76abb9f..4d2239ec 100644 --- a/hcid/device.c +++ b/hcid/device.c @@ -29,7 +29,6 @@ #include <errno.h> #include <stdlib.h> #include <stdarg.h> -#include <string.h> #include <sys/time.h> #include <sys/stat.h> #include <sys/param.h> |