From: Brian Paul Date: Tue, 3 Apr 2001 16:32:29 +0000 (+0000) Subject: include fxdrv.h before other headers (Ivan Kalvatchev) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a9e2abdcfbb39d255ee0bf2a14cbae75068371c7;p=mesa.git include fxdrv.h before other headers (Ivan Kalvatchev) --- diff --git a/src/mesa/drivers/glide/fxwgl.c b/src/mesa/drivers/glide/fxwgl.c index 1bcde83e106..f7a84c309c5 100644 --- a/src/mesa/drivers/glide/fxwgl.c +++ b/src/mesa/drivers/glide/fxwgl.c @@ -55,6 +55,7 @@ extern "C" { #endif +#include "fxdrv.h" #include #include "GL/gl.h" @@ -64,7 +65,6 @@ extern "C" #include #include "GL/fxmesa.h" -#include "fxdrv.h" #define MAX_MESA_ATTRS 20