浏览代码

gallium: fixup #includes: p_screen.h does not need anything in p_state.h

tags/mesa_20090313
Brian Paul 16 年前
父节点
当前提交
099e9d20f0
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3
    1
      src/gallium/include/pipe/p_screen.h

+ 3
- 1
src/gallium/include/pipe/p_screen.h 查看文件

@@ -39,7 +39,8 @@


#include "pipe/p_compiler.h"
#include "pipe/p_state.h"
#include "pipe/p_format.h"
#include "pipe/p_defines.h"



@@ -51,6 +52,7 @@ extern "C" {
/** Opaque type */
struct pipe_fence_handle;
struct pipe_winsys;
struct pipe_buffer;


/**

正在加载...
取消
保存