mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
radv: remove unneeded extern C notation
Header is never #include(d) by a C++ source. Signed-off-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Brian Paul <brianp@vmware.com>
This commit is contained in:
parent
4bf9862747
commit
944620bc0e
1 changed files with 1 additions and 7 deletions
|
|
@ -26,13 +26,10 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#include <vulkan/vulkan.h>
|
||||
#include <util/macros.h>
|
||||
|
||||
enum vk_format_layout {
|
||||
/**
|
||||
* Formats with vk_format_block::width == vk_format_block::height == 1
|
||||
|
|
@ -446,6 +443,3 @@ vk_format_get_component_bits(VkFormat format,
|
|||
return 0;
|
||||
}
|
||||
}
|
||||
#ifdef __cplusplus
|
||||
} // extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue