Procházet zdrojové kódy

st/mesa: Remove unnecessary headers from st_cb_bitmap.c.

undefined
Vinson Lee před 15 roky
rodič
revize
e1d4781cd4
1 změnil soubory, kde provedl 0 přidání a 5 odebrání
  1. 0
    5
      src/mesa/state_tracker/st_cb_bitmap.c

+ 0
- 5
src/mesa/state_tracker/st_cb_bitmap.c Zobrazit soubor

@@ -34,9 +34,7 @@
#include "main/image.h"
#include "main/bufferobj.h"
#include "main/macros.h"
#include "main/texformat.h"
#include "shader/program.h"
#include "shader/prog_parameter.h"
#include "shader/prog_print.h"

#include "st_context.h"
@@ -44,15 +42,12 @@
#include "st_atom_constbuf.h"
#include "st_program.h"
#include "st_cb_bitmap.h"
#include "st_cb_program.h"
#include "st_mesa_to_tgsi.h"
#include "st_texture.h"
#include "st_inlines.h"

#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_inlines.h"
#include "util/u_tile.h"
#include "util/u_draw_quad.h"
#include "util/u_simple_shaders.h"
#include "shader/prog_instruction.h"

Načítá se…
Zrušit
Uložit