Made system header inclusion more conservative.

master
Camilla Berglund ago%!(EXTRA string=15 years)
parent 4914fd6842
commit cdfbbaf78b
  1. 2
      lib/glext.c
  2. 2
      lib/init.c
  3. 9
      lib/internal.h
  4. 1
      lib/window.c
  5. 1
      lib/x11/x11_fullscreen.c
  6. 2
      lib/x11/x11_init.c
  7. 3
      lib/x11/x11_window.c

@ -30,6 +30,8 @@
#include "internal.h"
#include <string.h>
//************************************************************************
//**** GLFW internal functions ****

@ -31,6 +31,8 @@
#define _init_c_
#include "internal.h"
#include <string.h>
//************************************************************************
//**** GLFW user functions ****

@ -51,15 +51,6 @@
#define GLFW_STICK 2
//========================================================================
// System independent include files
//========================================================================
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
//------------------------------------------------------------------------
// Window opening hints (set by glfwOpenWindowHint)
// A bucket of semi-random stuff bunched together for historical reasons

@ -31,6 +31,7 @@
#include "internal.h"
#include <limits.h>
#include <string.h>
//************************************************************************

@ -31,6 +31,7 @@
#include "internal.h"
#include <limits.h>
#include <stdlib.h>
//************************************************************************

@ -30,6 +30,8 @@
#include "internal.h"
#include <stdio.h>
//************************************************************************
//**** GLFW internal functions ****

@ -31,6 +31,9 @@
#include "internal.h"
#include <limits.h>
#include <string.h>
#include <stdio.h>
#include <stdlib.h>
/* Define GLX 1.4 FSAA tokens if not already defined */

Loading…
Cancel
Save