瀏覽代碼

glsl: Remove unneeded headers.

tags/mesa-8.0-rc1
Stéphane Marchesin 14 年之前
父節點
當前提交
af962e1183
共有 2 個文件被更改,包括 0 次插入2 次删除
  1. 0
    1
      src/glsl/ir_validate.cpp
  2. 0
    1
      src/glsl/opt_function_inlining.cpp

+ 0
- 1
src/glsl/ir_validate.cpp 查看文件

@@ -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 查看文件

@@ -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…
取消
儲存