mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 19:20:08 +01:00
zink: remove c++ guard from zink_resource.h
Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18135>
This commit is contained in:
parent
277590d3e4
commit
7172c8a421
1 changed files with 2 additions and 3 deletions
|
|
@ -84,9 +84,6 @@ zink_is_swapchain(const struct zink_resource *res)
|
|||
return res->swapchain;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#else
|
||||
#include "zink_batch.h"
|
||||
#include "zink_bo.h"
|
||||
|
||||
|
|
@ -145,6 +142,8 @@ zink_resource_object_usage_unset(struct zink_resource_object *obj, struct zink_b
|
|||
return zink_bo_usage_unset(obj->bo, bs);
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue