remove mesa includes

This commit is contained in:
Brian 2007-11-05 08:47:48 -07:00
parent 131330994a
commit 4e0b38958d
5 changed files with 2 additions and 13 deletions

View file

@ -26,10 +26,6 @@
**************************************************************************/
#include "glheader.h"
#include "context.h"
#include "framebuffer.h"
#include "i830_dri.h"
#include "intel_screen.h"

View file

@ -106,7 +106,7 @@ extern int __intel_debug;
#define DBG(flag, ...) do { \
if (__intel_debug & (DEBUG_##flag)) \
_mesa_printf(__VA_ARGS__); \
printf(__VA_ARGS__); \
} while(0)
#else

View file

@ -26,8 +26,6 @@
**************************************************************************/
#include "glheader.h"
#include "context.h"
#include "state_tracker/st_public.h"
#include "intel_screen.h"

View file

@ -25,10 +25,6 @@
*
**************************************************************************/
#include "glheader.h"
#include "context.h"
#include "framebuffer.h"
#include "renderbuffer.h"
#include "utils.h"
#include "vblank.h"
#include "xmlpool.h"

View file

@ -29,12 +29,11 @@
* Authors: Keith Whitwell <keithw-at-tungstengraphics-dot-com>
*/
#include "imports.h"
#include "intel_context.h"
#include "intel_winsys.h"
#include "pipe/softpipe/sp_winsys.h"
#include "pipe/p_defines.h"
#include "pipe/p_util.h"
struct intel_softpipe_winsys {