summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2017-02-03 15:35:38 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2017-02-06 15:43:34 +0000
commitd4104fbbcd67aa3a51a60dae31717275d314cf91 (patch)
tree95b6bf85ce43e63d30fbf1760771d94f4c1edd58
parent6af57b07459742b90ef7471733bd090a4580fe61 (diff)
downloadlibepoxy-d4104fbbcd67aa3a51a60dae31717275d314cf91.tar.gz
Drop additional stdbool.h include directives
-rw-r--r--src/dispatch_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dispatch_common.h b/src/dispatch_common.h
index 40d4bbc..2cc566a 100644
--- a/src/dispatch_common.h
+++ b/src/dispatch_common.h
@@ -23,8 +23,6 @@
#include "config.h"
-#include <stdbool.h>
-
#ifdef _WIN32
#define PLATFORM_HAS_EGL 0
#define PLATFORM_HAS_GLX 0