OSMesa: Fix headers included before shared header

The shared header, internal.h, must be the first header included in
every compilation unit of GLFW.
master
Camilla Löwy ago%!(EXTRA string=1 year)
parent bc95384f4c
commit 291f4d89cd
  1. 5
      src/osmesa_context.c

@ -25,13 +25,12 @@
//
//========================================================================
#include "internal.h"
#include <stdlib.h>
#include <string.h>
#include <assert.h>
#include "internal.h"
static void makeContextCurrentOSMesa(_GLFWwindow* window)
{
if (window)

Loading…
Cancel
Save