From 375d9ee3f72354a95c29de9729ab996388d49d72 Mon Sep 17 00:00:00 2001 From: Giuseppe Scrivano Date: Fri, 12 Aug 2011 17:21:27 +0200 Subject: [PATCH] css: do not include "wget.h" --- src/ChangeLog | 5 +++++ src/css.l | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ChangeLog b/src/ChangeLog index 9bd7e889..245478d6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-08-12 Giuseppe Scrivano + + * css.l: Remove include "wget.h". + Reported by: Perry Smith . + 2011-08-11 Giuseppe Scrivano * utils.c (abort_run_with_timeout): Use sigprocmask instead of diff --git a/src/css.l b/src/css.l index fe01f66a..5597d863 100644 --- a/src/css.l +++ b/src/css.l @@ -36,7 +36,6 @@ as that of the covered work. */ #define YY_NO_INPUT -#include "wget.h" #include "css-tokens.h" %} -- 2.39.2