]> sjero.net Git - wget/blobdiff - src/css-url.c
Mark some options as deprecated.
[wget] / src / css-url.c
index 42c8fc3e7e9747bd8be5beec605af236d575698f..4ae49a791c8806eba7466038f16a5af686372552 100644 (file)
@@ -1,5 +1,6 @@
 /* Collect URLs from CSS source.
-   Copyright (C) 1998, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+   Copyright (C) 1998, 2000, 2001, 2002, 2003, 2009 Free Software
+   Foundation, Inc.
 
 This file is part of GNU Wget.
 
@@ -37,7 +38,7 @@ so, delete this exception statement from your version.  */
   a browser would ignore.  That might merit some more investigation.
  */
 
-#include <config.h>
+#include <wget.h>
 
 #include <stdio.h>
 #ifdef HAVE_STRING_H