mesa: prefix more #includes with "main/"

This commit is contained in:
Brian Paul
2008-09-18 13:46:47 -06:00
parent 06370a91b3
commit 374e7fd6cc
25 changed files with 132 additions and 132 deletions

View File

@@ -32,9 +32,9 @@
#include "glxheader.h"
#include "GL/xmesa.h"
#include "xmesaP.h"
#include "imports.h"
#include "framebuffer.h"
#include "renderbuffer.h"
#include "main/imports.h"
#include "main/framebuffer.h"
#include "main/renderbuffer.h"
#if defined(USE_XSHM) && !defined(XFree86Server)