aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/HTTPServerApp.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-01-31 04:23:55 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-01-31 04:23:55 +0000
commit97f7cd947be1469c223d09b2e6573051f6629cee (patch)
tree9afd9e15a799d6dc5a31dcc1e1e4bfa769f74607 /Projects/Webserver/Lib/HTTPServerApp.h
parente8b8ed2bad293b190c6b2ce9a575e73fbf93e9e2 (diff)
downloadlufa-97f7cd947be1469c223d09b2e6573051f6629cee.tar.gz
lufa-97f7cd947be1469c223d09b2e6573051f6629cee.tar.bz2
lufa-97f7cd947be1469c223d09b2e6573051f6629cee.zip
Better HTTP GET parsing in the Webserver demo, add application polling.
Diffstat (limited to 'Projects/Webserver/Lib/HTTPServerApp.h')
-rw-r--r--Projects/Webserver/Lib/HTTPServerApp.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Projects/Webserver/Lib/HTTPServerApp.h b/Projects/Webserver/Lib/HTTPServerApp.h
index 7a4c87374..1ab64b323 100644
--- a/Projects/Webserver/Lib/HTTPServerApp.h
+++ b/Projects/Webserver/Lib/HTTPServerApp.h
@@ -39,9 +39,6 @@
/* Includes: */
#include <avr/pgmspace.h>
#include <string.h>
- #include <ctype.h>
-
- #include <LUFA/Version.h>
#include <uip.h>
#include <ff.h>