Re: [Mesa-dev] [PATCH] radv: Use proper header guards over 'pragma once' directives

2016-10-07 Thread Eric Engestrom
On Fri, Oct 07, 2016 at 10:21:34PM +1100, Edward O'Callaghan wrote: > Signed-off-by: Edward O'Callaghan I thought we decided `#pragma once` was good enough for most situations so we weren't going to change them to proper include guards? Regardless, this is is (marginally) better and looks good t

[Mesa-dev] [PATCH] radv: Use proper header guards over 'pragma once' directives

2016-10-07 Thread Edward O'Callaghan
Signed-off-by: Edward O'Callaghan --- src/amd/vulkan/radv_cs.h | 6 +- src/amd/vulkan/radv_descriptor_set.h | 8 ++-- src/amd/vulkan/radv_device_info.h| 6 +- src/amd/vulkan/radv_meta.h