Standardize on using the pipe/ include prefix.

This commit is contained in:
José Fonseca
2008-02-18 20:02:42 +09:00
parent 33ceb6716a
commit 687a8b96ef
9 changed files with 20 additions and 22 deletions

View File

@@ -108,7 +108,6 @@ env.Append(CPPPATH = [
'#/include',
'#/src/mesa',
'#/src/mesa/main',
'#/src/gallium/include/pipe',
'#/src/gallium/include',
'#/src/gallium/auxiliary',
'#/src/gallium/drivers',

View File

@@ -16,7 +16,6 @@ OBJECTS = $(C_SOURCES:.c=.o) \
INCLUDES = \
-I. \
-I$(TOP)/src/gallium/include \
-I$(TOP)/src/gallium/include/pipe \
-I$(TOP)/src/gallium/auxiliary \
-I$(TOP)/src/gallium/drivers \
-I$(TOP)/src/mesa \

View File

@@ -36,11 +36,11 @@
#include "linked_list.h"
#include "p_compiler.h"
#include "p_debug.h"
#include "p_winsys.h"
#include "p_thread.h"
#include "p_util.h"
#include "pipe/p_compiler.h"
#include "pipe/p_debug.h"
#include "pipe/p_winsys.h"
#include "pipe/p_thread.h"
#include "pipe/p_util.h"
#include "pb_buffer.h"
#include "pb_buffer_fenced.h"

View File

@@ -34,8 +34,8 @@
*/
#include "p_debug.h"
#include "p_util.h"
#include "pipe/p_debug.h"
#include "pipe/p_util.h"
#include "pb_buffer.h"
#include "pb_buffer_fenced.h"

View File

@@ -36,10 +36,10 @@
#include "linked_list.h"
#include "p_defines.h"
#include "p_debug.h"
#include "p_thread.h"
#include "p_util.h"
#include "pipe/p_defines.h"
#include "pipe/p_debug.h"
#include "pipe/p_thread.h"
#include "pipe/p_util.h"
#include "pb_buffer.h"
#include "pb_bufmgr.h"

View File

@@ -37,11 +37,11 @@
#include "linked_list.h"
#include "p_compiler.h"
#include "p_debug.h"
#include "p_thread.h"
#include "p_defines.h"
#include "p_util.h"
#include "pipe/p_compiler.h"
#include "pipe/p_debug.h"
#include "pipe/p_thread.h"
#include "pipe/p_defines.h"
#include "pipe/p_util.h"
#include "pb_buffer.h"
#include "pb_bufmgr.h"

View File

@@ -33,7 +33,7 @@
#include "i915_context.h"
#include "i915_state.h"
#include "i915_reg.h"
#include "p_util.h"
#include "pipe/p_util.h"
/* All state expressable with the LOAD_STATE_IMMEDIATE_1 packet.

View File

@@ -28,8 +28,8 @@
#ifndef I915_STATE_INLINES_H
#define I915_STATE_INLINES_H
#include "p_compiler.h"
#include "p_defines.h"
#include "pipe/p_compiler.h"
#include "pipe/p_defines.h"
#include "i915_reg.h"

View File

@@ -27,7 +27,7 @@
/* Authors: Keith Whitwell <keith@tungstengraphics.com>
*/
#include "p_inlines.h"
#include "pipe/p_inlines.h"
#include "sp_context.h"
#include "sp_state.h"