diff options
author | Kai Wasserbäch <[email protected]> | 2011-08-27 17:51:57 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-08-29 08:03:03 -0600 |
commit | a546acdaf456b39c4f238a09a15b397994acb9cd (patch) | |
tree | 38d802b9e79dd57ea1aec407960c60aae8745f69 /src/gallium/targets | |
parent | 7ea550621e25f9b2f344b2ed60551ceec91b3fcf (diff) |
targets/xorg-vmwgfx: 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/targets')
-rw-r--r-- | src/gallium/targets/xorg-vmwgfx/vmw_screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/targets/xorg-vmwgfx/vmw_screen.c b/src/gallium/targets/xorg-vmwgfx/vmw_screen.c index 76622031650..69e5e2ebee2 100644 --- a/src/gallium/targets/xorg-vmwgfx/vmw_screen.c +++ b/src/gallium/targets/xorg-vmwgfx/vmw_screen.c @@ -32,7 +32,7 @@ #include "vmw_hook.h" #include "vmw_driver.h" -#include <pipe/p_context.h> +#include "pipe/p_context.h" #include "cursorstr.h" #include "../../winsys/svga/drm/vmwgfx_drm.h" |