]> sjero.net Git - wget/blobdiff - src/css.l
Fix build when libpsl is not available
[wget] / src / css.l
index 8645d6b8d9dcf75bf37db5603c8774a2ac941d6b..5597d8630bd7af2b2c817d810a3e4e0323ca58b9 100644 (file)
--- a/src/css.l
+++ b/src/css.l
@@ -6,7 +6,7 @@
 %{
 /* Lex source for CSS tokenizing.
    Taken from http://www.w3.org/TR/CSS21/grammar.html#q2
-   Copyright (C) 2006, 2009, 2010 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009, 2010, 2011 Free Software Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -36,7 +36,6 @@ as that of the covered work.  */
 
 #define YY_NO_INPUT
 
-#include "wget.h"
 #include "css-tokens.h"
 
 %}