mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 01:08:03 +02:00
st/xorg: Remove unnecessary headers.
This commit is contained in:
parent
4030cd5a2d
commit
347cd2b0d5
5 changed files with 0 additions and 6 deletions
|
|
@ -50,7 +50,6 @@
|
|||
#endif
|
||||
|
||||
#include "pipe/p_inlines.h"
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_rect.h"
|
||||
|
||||
#ifdef HAVE_LIBKMS
|
||||
|
|
|
|||
|
|
@ -41,7 +41,6 @@
|
|||
#include "pipe/p_inlines.h"
|
||||
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_rect.h"
|
||||
|
||||
/* Make all the #if cases in the code esier to read */
|
||||
#ifndef DRI2INFOREC_VERSION
|
||||
|
|
|
|||
|
|
@ -42,7 +42,6 @@
|
|||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_state.h"
|
||||
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_rect.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_debug.h"
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@
|
|||
|
||||
#include "cso_cache/cso_context.h"
|
||||
#include "util/u_draw_quad.h"
|
||||
#include "util/u_format.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_rect.h"
|
||||
|
|
|
|||
|
|
@ -12,8 +12,6 @@
|
|||
|
||||
#include "pipe/p_screen.h"
|
||||
|
||||
#include "util/u_format.h"
|
||||
|
||||
/*XXX get these from pipe's texture limits */
|
||||
#define IMAGE_MAX_WIDTH 2048
|
||||
#define IMAGE_MAX_HEIGHT 2048
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue