From 52436163aadc2065775a6e1ebcaf17270ce226b4 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Fri, 30 Nov 2007 21:53:50 +0000 Subject: [PATCH] Made webbrowser configuration defaults visible. --- apps/webbrowser/htmlparser.c | 11 ++++++----- apps/webbrowser/webclient.c | 7 ++++--- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/apps/webbrowser/htmlparser.c b/apps/webbrowser/htmlparser.c index 54db9d213..c91ff5321 100644 --- a/apps/webbrowser/htmlparser.c +++ b/apps/webbrowser/htmlparser.c @@ -29,7 +29,7 @@ * * This file is part of the Contiki desktop environment * - * $Id: htmlparser.c,v 1.7 2007/11/18 01:41:00 oliverschmidt Exp $ + * $Id: htmlparser.c,v 1.8 2007/11/30 21:53:50 oliverschmidt Exp $ * */ @@ -61,12 +61,13 @@ G * (
,

, ), the

  • tag (but does not even try to * */ +#include + +#include "contiki.h" +#include "html-strings.h" +#include "www.h" #include "htmlparser.h" -#include "html-strings.h" -#include "contiki.h" - -#include #if 1 #define PRINTF(x) diff --git a/apps/webbrowser/webclient.c b/apps/webbrowser/webclient.c index 3ad5eeca1..8d39b41f2 100644 --- a/apps/webbrowser/webclient.c +++ b/apps/webbrowser/webclient.c @@ -29,16 +29,17 @@ * * This file is part of the "contiki" web browser. * - * $Id: webclient.c,v 1.4 2007/11/18 01:36:59 oliverschmidt Exp $ + * $Id: webclient.c,v 1.5 2007/11/30 21:53:50 oliverschmidt Exp $ * */ +#include + #include "contiki-net.h" +#include "www.h" #include "webclient.h" -#include - #define WEBCLIENT_TIMEOUT 100 #define WEBCLIENT_STATE_STATUSLINE 0