mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
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 <kai@dev.carbon-project.org> Signed-off-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
7ea550621e
commit
a546acdaf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue