diff options
author | Christian König <[email protected]> | 2011-04-10 19:16:38 +0200 |
---|---|---|
committer | Christian König <[email protected]> | 2011-04-10 19:16:38 +0200 |
commit | 5ed848129cb57269e80caf2c1ca522ae41f4500b (patch) | |
tree | fba3d61efbfa641d77773a77b70fbfadab2064c1 /src/gallium/auxiliary/vl/vl_context.h | |
parent | fcf765620d803b376582afb618b1f643242b641b (diff) |
[g3dvl] cleanup headers and comments
Diffstat (limited to 'src/gallium/auxiliary/vl/vl_context.h')
-rw-r--r-- | src/gallium/auxiliary/vl/vl_context.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/vl/vl_context.h b/src/gallium/auxiliary/vl/vl_context.h index a4504871e65..9f12a0df925 100644 --- a/src/gallium/auxiliary/vl/vl_context.h +++ b/src/gallium/auxiliary/vl/vl_context.h @@ -26,8 +26,8 @@ * **************************************************************************/ -#ifndef VL_CONTEXT_H -#define VL_CONTEXT_H +#ifndef vl_context_h +#define vl_context_h #include <pipe/p_video_context.h> @@ -46,4 +46,4 @@ struct vl_context struct pipe_video_context * vl_create_context(struct pipe_context *pipe, bool pot_buffers); -#endif /* VL_CONTEXT_H */ +#endif /* vl_context_h */ |