glx: drop xmesaP.h include from xf86glx.c

The declarations for the xfree86-specific XMesa functions were moved up to
xmesa.h, requires Mesa as of 2007-04-13.
This commit is contained in:
George Sapountzis 2007-04-14 18:29:52 +03:00
parent 2c833f60ac
commit 6b040b79f0

View File

@ -45,7 +45,6 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <glxdrawable.h>
#include <glxcontext.h>
#include <glxutil.h>
#include "xmesaP.h"
#include "glcontextmodes.h"
#include "os.h"