[PATCH vkd3d 1/3] include: Remove stdbool.h include from vkd3d_utils.h.

Józef Kucia joseph.kucia at gmail.com
Tue Apr 24 10:32:53 CDT 2018


From: Józef Kucia <jkucia at codeweavers.com>

Signed-off-by: Józef Kucia <jkucia at codeweavers.com>
---
 demos/demo_xcb.h      | 1 +
 include/vkd3d_utils.h | 2 --
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/demos/demo_xcb.h b/demos/demo_xcb.h
index 38715565267e..40e25340b3f1 100644
--- a/demos/demo_xcb.h
+++ b/demos/demo_xcb.h
@@ -26,6 +26,7 @@
 #include <limits.h>
 #include <unistd.h>
 #include <fcntl.h>
+#include <stdbool.h>
 
 struct demo
 {
diff --git a/include/vkd3d_utils.h b/include/vkd3d_utils.h
index 676d3330ed5e..49987d0343b0 100644
--- a/include/vkd3d_utils.h
+++ b/include/vkd3d_utils.h
@@ -19,8 +19,6 @@
 #ifndef __VKD3D_UTILS_H
 #define __VKD3D_UTILS_H
 
-#include <stdbool.h>
-
 #ifdef __cplusplus
 extern "C" {
 #endif  /* __cplusplus */
-- 
2.16.1




More information about the wine-devel mailing list