]> sjero.net Git - wget/blobdiff - src/xmalloc.c
Updated copyright year.
[wget] / src / xmalloc.c
index 35f2c1993a0862200988e099ed13af88c6ad2418..75ecf5ef1c9a93944358bcd9aedd34cd1aa410ba 100644 (file)
@@ -1,5 +1,5 @@
 /* Wrappers around malloc and memory debugging support.
-   Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation,
+   Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation,
    Inc.
 
 This file is part of GNU Wget.
@@ -28,7 +28,7 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
-#include <config.h>
+#include "wget.h"
 
 #include <stdio.h>
 #include <stdlib.h>
@@ -36,7 +36,6 @@ as that of the covered work.  */
 #include <errno.h>
 #include <assert.h>
 
-#include "wget.h"
 #include "xmalloc.h"
 #include "hash.h"               /* for hash_pointer */