diff options
author | Kai Wasserbäch <[email protected]> | 2011-08-27 17:51:55 +0200 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-08-29 08:02:55 -0600 |
commit | 28f8ff6b622d63e8ffe322ab2cdf5197941f1a40 (patch) | |
tree | fc42640e8760ebf8265d86022657898f6094eb3c /src/gallium/state_trackers/vdpau/presentation.c | |
parent | 8bc7ccede1e126329c371e22b6d462edd21720d0 (diff) |
vdpau: 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/state_trackers/vdpau/presentation.c')
-rw-r--r-- | src/gallium/state_trackers/vdpau/presentation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gallium/state_trackers/vdpau/presentation.c b/src/gallium/state_trackers/vdpau/presentation.c index 7e324db5589..ccd47870125 100644 --- a/src/gallium/state_trackers/vdpau/presentation.c +++ b/src/gallium/state_trackers/vdpau/presentation.c @@ -29,8 +29,8 @@ #include <vdpau/vdpau.h> -#include <util/u_debug.h> -#include <util/u_memory.h> +#include "util/u_debug.h" +#include "util/u_memory.h" #include "vdpau_private.h" |