diff options
author | Kai Wasserbäch <[email protected]> | 2011-08-27 17:51:49 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-08-29 08:02:54 -0600 |
commit | 19bcd21ed151cf1716f2f87dff0f712231aa2ce7 (patch) | |
tree | 5944de3589cee42cb2480e4e936d39cc9b5ff766 /src/gallium/auxiliary/vl/vl_csc.h | |
parent | 137ba91aadd7a3a24c1a7d76dd8bd5f7aa477fd2 (diff) |
vl: Fix include style
As explained in the thread starting at [0], the internal include style
should be »#include "path/to/header.h"« for non-system includes.
[0]
<http://news.gmane.org/find-root.php?message_id=%3c4E5802BE.6020206%40vmware.com%3e>
Signed-off-by: Kai Wasserbäch <[email protected]>
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_csc.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_csc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/vl/vl_csc.h b/src/gallium/auxiliary/vl/vl_csc.h index 9b73fb3aef2..a6fb1fdba51 100644 --- a/src/gallium/auxiliary/vl/vl_csc.h +++ b/src/gallium/auxiliary/vl/vl_csc.h @@ -28,7 +28,7 @@ #ifndef vl_csc_h #define vl_csc_h -#include <pipe/p_compiler.h> +#include "pipe/p_compiler.h" struct vl_procamp { |