mesa: added "main/" prefix to includes, remove some -I paths from Makefile.template

This commit is contained in:
Brian Paul
2008-09-18 15:17:05 -06:00
parent 374e7fd6cc
commit ecadb51bbc
344 changed files with 1292 additions and 1295 deletions

View File

@@ -26,14 +26,14 @@
**************************************************************************/
#include "imports.h"
#include "mtypes.h"
#include "fbobject.h"
#include "framebuffer.h"
#include "renderbuffer.h"
#include "context.h"
#include "texformat.h"
#include "texrender.h"
#include "main/imports.h"
#include "main/mtypes.h"
#include "main/fbobject.h"
#include "main/framebuffer.h"
#include "main/renderbuffer.h"
#include "main/context.h"
#include "main/texformat.h"
#include "main/texrender.h"
#include "intel_context.h"
#include "intel_buffers.h"