Thank you, Travis CI, for reminding me that one cannot disable a header with inclusion guards if it doesn't exist.
@@ -37,6 +37,7 @@
#include <math.h>
#include <glad/gl.h>
+#define GLFW_INCLUDE_NONE
#include <GLFW/glfw3.h>
#include <linmath.h>
@@ -32,6 +32,7 @@
#include <string.h>
/**
@@ -30,6 +30,7 @@
#include <stddef.h>
/* Map height updates */
@@ -24,6 +24,7 @@
//========================================================================
#if USE_NATIVE_OSMESA
@@ -40,6 +40,7 @@
// Define tokens for GL_EXT_separate_specular_color if not already defined
#include <stdio.h>
@@ -11,6 +11,7 @@
#if defined(_MSC_VER)
@@ -25,6 +25,7 @@
//! [code]
#include "linmath.h"
@@ -18,6 +18,7 @@
@@ -28,6 +28,7 @@
@@ -31,6 +31,7 @@
#include "tinycthread.h"
@@ -29,6 +29,7 @@
#define NK_IMPLEMENTATION
#include <glad/vulkan.h>
@@ -34,6 +34,7 @@
#include <time.h>