mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-24 08:10:22 +01:00
st/vega: Remove unnecessary headers.
This commit is contained in:
parent
ca8b4ca478
commit
a91128030e
6 changed files with 0 additions and 12 deletions
|
|
@ -32,10 +32,6 @@
|
|||
|
||||
#include "vg_context.h"
|
||||
#include "pipe/p_context.h"
|
||||
#include "util/u_inlines.h"
|
||||
|
||||
#include "util/u_pack_color.h"
|
||||
#include "util/u_draw_quad.h"
|
||||
|
||||
void vegaMask(VGHandle mask, VGMaskOperation operation,
|
||||
VGint x, VGint y,
|
||||
|
|
|
|||
|
|
@ -28,7 +28,6 @@
|
|||
#include "renderer.h"
|
||||
|
||||
#include "vg_context.h"
|
||||
#include "image.h"
|
||||
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_state.h"
|
||||
|
|
|
|||
|
|
@ -34,9 +34,7 @@
|
|||
#include "renderer.h"
|
||||
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_screen.h"
|
||||
#include "pipe/p_state.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_math.h"
|
||||
#include "util/u_format.h"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
#include "text.h"
|
||||
#include "image.h"
|
||||
#include "path.h"
|
||||
#include "api.h"
|
||||
|
||||
#ifdef OPENVG_VERSION_1_1
|
||||
|
||||
|
|
|
|||
|
|
@ -30,7 +30,6 @@
|
|||
#include "renderer.h"
|
||||
#include "shaders_cache.h"
|
||||
#include "shader.h"
|
||||
#include "asm_util.h"
|
||||
#include "vg_manager.h"
|
||||
#include "api.h"
|
||||
#include "mask.h"
|
||||
|
|
@ -40,7 +39,6 @@
|
|||
|
||||
#include "cso_cache/cso_context.h"
|
||||
|
||||
#include "util/u_simple_shaders.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_blit.h"
|
||||
#include "util/u_sampler.h"
|
||||
|
|
|
|||
|
|
@ -33,14 +33,12 @@
|
|||
#include "pipe/p_screen.h"
|
||||
#include "util/u_memory.h"
|
||||
#include "util/u_inlines.h"
|
||||
#include "util/u_sampler.h"
|
||||
#include "util/u_box.h"
|
||||
#include "util/u_surface.h"
|
||||
|
||||
#include "vg_api.h"
|
||||
#include "vg_manager.h"
|
||||
#include "vg_context.h"
|
||||
#include "image.h"
|
||||
#include "api.h"
|
||||
|
||||
static boolean
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue