Sfoglia il codice sorgente

glsl: Remove unneeded headers.

tags/mesa-8.0-rc1
Stéphane Marchesin 14 anni fa
parent
commit
af962e1183
2 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0
    1
      src/glsl/ir_validate.cpp
  2. 0
    1
      src/glsl/opt_function_inlining.cpp

+ 0
- 1
src/glsl/ir_validate.cpp Vedi File

@@ -33,7 +33,6 @@
* a dereference chain.
*/

#include <inttypes.h>
#include "ir.h"
#include "ir_hierarchical_visitor.h"
#include "program/hash_table.h"

+ 0
- 1
src/glsl/opt_function_inlining.cpp Vedi File

@@ -27,7 +27,6 @@
* Replaces calls to functions with the body of the function.
*/

#include <inttypes.h>
#include "ir.h"
#include "ir_visitor.h"
#include "ir_function_inlining.h"

Loading…
Annulla
Salva