]> sjero.net Git - wget/blobdiff - src/http-ntlm.c
Eschew config-post.h.
[wget] / src / http-ntlm.c
index 5ca8e85c11317ea39515a6945570c8b860daac34..6109ed9debed9cb2acbac2222d6ab8ce7362ae8b 100644 (file)
@@ -27,7 +27,7 @@ modify this file, you may extend this exception to your version of the
 file, but you are not obligated to do so.  If you do not wish to do
 so, delete this exception statement from your version.  */
 
-#include <config.h>
+#include "wget.h"
 
 /* NTLM details:
    
@@ -44,7 +44,6 @@ so, delete this exception statement from your version.  */
 #include <openssl/md4.h>
 #include <openssl/opensslv.h>
 
-#include "wget.h"
 #include "utils.h"
 #include "http-ntlm.h"