mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 16:10:09 +01:00
remove mesa includes
This commit is contained in:
parent
131330994a
commit
4e0b38958d
5 changed files with 2 additions and 13 deletions
|
|
@ -26,10 +26,6 @@
|
|||
**************************************************************************/
|
||||
|
||||
|
||||
#include "glheader.h"
|
||||
#include "context.h"
|
||||
#include "framebuffer.h"
|
||||
|
||||
#include "i830_dri.h"
|
||||
|
||||
#include "intel_screen.h"
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -26,8 +26,6 @@
|
|||
**************************************************************************/
|
||||
|
||||
|
||||
#include "glheader.h"
|
||||
#include "context.h"
|
||||
#include "state_tracker/st_public.h"
|
||||
|
||||
#include "intel_screen.h"
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue