From 1eff313b10cc52d93592ef84ccb0896467f4e85d Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Thu, 8 Aug 2019 08:49:43 -0500 Subject: [PATCH] maint: Improve use of configmake.h on mingw MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Gnulib has added a patch that allows configmake.h to be included without causing build failures on mingw if is later included (whether directly, or indirectly such as through gnulib's ). This reverts commit fed58d83c60ff1c20292856bec006577788b7494 ("build: Fix checkpoint_conf on mingw"), now that we don't have to worry about header inclusion ordering issues. Signed-off-by: Eric Blake Reviewed-by: Ján Tomko --- .gnulib | 2 +- src/conf/checkpoint_conf.c | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.gnulib b/.gnulib index c8e2eee548..1f6fb368c0 160000 --- a/.gnulib +++ b/.gnulib @@ -1 +1 @@ -Subproject commit c8e2eee548e6e81f3fccd31cf9f9a825db7fc8a8 +Subproject commit 1f6fb368c04919243e2c70f2aa514a5f88e95309 diff --git a/src/conf/checkpoint_conf.c b/src/conf/checkpoint_conf.c index b744e2b363..a3513aaa65 100644 --- a/src/conf/checkpoint_conf.c +++ b/src/conf/checkpoint_conf.c @@ -21,8 +21,6 @@ #include -#include - #include "configmake.h" #include "internal.h" #include "virbitmap.h"