]> sjero.net Git - wget/blobdiff - src/gnutls.c
Eschew config-post.h.
[wget] / src / gnutls.c
index 92c078076ed9ab23503563d14fbed80245099da6..a7c253f1b3e6678acf2348a68476cdaba008dad5 100644 (file)
@@ -26,7 +26,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"
 
 #include <assert.h>
 #include <errno.h>
@@ -39,7 +39,6 @@ so, delete this exception statement from your version.  */
 #include <gnutls/gnutls.h>
 #include <gnutls/x509.h>
 
-#include "wget.h"
 #include "utils.h"
 #include "connect.h"
 #include "url.h"