From 60f972454398eb557c64a76de7ec5bdae03d4465 Mon Sep 17 00:00:00 2001 From: "Sean C. Rhea" Date: Tue, 6 May 2008 05:31:40 +0000 Subject: [PATCH] remove ctype.h --- src/pt/D2XX.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pt/D2XX.cpp b/src/pt/D2XX.cpp index 971d1ff15..1ba39dd74 100644 --- a/src/pt/D2XX.cpp +++ b/src/pt/D2XX.cpp @@ -17,7 +17,6 @@ */ #include "D2XX.h" -#include bool D2XXRegistered = Device::addListFunction(&D2XX::myListDevices);