From 8fb7f1a8a4cbab5365491b4b41e50ff3f03306c8 Mon Sep 17 00:00:00 2001 From: Kai Wasserbäch Date: Sat, 27 Aug 2011 17:51:51 +0200 Subject: r600g: Fix include style MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit As explained in the thread starting at [0], the internal include style should be »#include "path/to/header.h"« for non-system includes. [0] Signed-off-by: Kai Wasserbäch Signed-off-by: Brian Paul --- src/gallium/drivers/r600/r600_translate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/drivers/r600/r600_translate.c') diff --git a/src/gallium/drivers/r600/r600_translate.c b/src/gallium/drivers/r600/r600_translate.c index 307fd57e21a..32f683b0152 100644 --- a/src/gallium/drivers/r600/r600_translate.c +++ b/src/gallium/drivers/r600/r600_translate.c @@ -23,7 +23,7 @@ * Authors: Dave Airlie */ -#include +#include "util/u_index_modify.h" #include "util/u_inlines.h" #include "util/u_upload_mgr.h" #include "r600_pipe.h" -- cgit v1.2.3