summaryrefslogtreecommitdiff
path: root/bsd-base64.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2010-12-22 13:55:36 -0500
committerEric S. Raymond <esr@thyrsus.com>2010-12-22 13:55:36 -0500
commitb3ec5ba129d0d3e805d0849bb6dab7bc56bb9536 (patch)
treebc1b291183228bbcd48ead647df9a8e84290a9a3 /bsd-base64.c
parentd9399e29fff4084396eff6069243e1313ea18f9e (diff)
downloadgpsd-b3ec5ba129d0d3e805d0849bb6dab7bc56bb9536.tar.gz
Remove a duplicated inclusion.
Diffstat (limited to 'bsd-base64.c')
-rw-r--r--bsd-base64.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/bsd-base64.c b/bsd-base64.c
index 9583c669..3ff88abe 100644
--- a/bsd-base64.c
+++ b/bsd-base64.c
@@ -42,7 +42,6 @@
*/
#include <stdlib.h>
-#include <ctype.h>
#include "gpsd_config.h"
#if !defined(HAVE_B64_NTOP) && !defined(HAVE___B64_NTOP)