From a546acdaf456b39c4f238a09a15b397994acb9cd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kai=20Wasserb=C3=A4ch?= Date: Sat, 27 Aug 2011 17:51:57 +0200 Subject: [PATCH] targets/xorg-vmwgfx: Fix include style MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 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/targets/xorg-vmwgfx/vmw_screen.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include "pipe/p_context.h" #include "cursorstr.h" #include "../../winsys/svga/drm/vmwgfx_drm.h" -- 2.30.2