From: Kai Wasserbäch Date: Sat, 27 Aug 2011 15:51:57 +0000 (+0200) Subject: targets/xorg-vmwgfx: Fix include style X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a546acdaf456b39c4f238a09a15b397994acb9cd;p=mesa.git 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] Signed-off-by: Kai Wasserbäch Signed-off-by: Brian Paul --- 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"