include fxdrv.h before other headers (Ivan Kalvatchev)

This commit is contained in:
Brian Paul 2001-04-03 16:32:29 +00:00
parent 2e1ed6447a
commit a9e2abdcfb

View file

@ -55,6 +55,7 @@ extern "C"
{
#endif
#include "fxdrv.h"
#include <windows.h>
#include "GL/gl.h"
@ -64,7 +65,6 @@ extern "C"
#include <stdio.h>
#include "GL/fxmesa.h"
#include "fxdrv.h"
#define MAX_MESA_ATTRS 20