anv: use correct header guards

Signed-off-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Chad Versace <chadversary@chromium.org>
This commit is contained in:
Emil Velikov
2016-10-11 18:26:24 +01:00
committed by Emil Velikov
parent 76ae842366
commit 08efa6a19f
7 changed files with 29 additions and 5 deletions

View File

@@ -21,7 +21,8 @@
* IN THE SOFTWARE.
*/
#pragma once
#ifndef ANV_PRIVATE_H
#define ANV_PRIVATE_H
#include <stdlib.h>
#include <stdio.h>
@@ -2009,3 +2010,5 @@ ANV_DEFINE_STRUCT_CASTS(anv_common, VkImageMemoryBarrier)
#ifdef __cplusplus
}
#endif
#endif /* ANV_PRIVATE_H */