nvk: Include nvk_private.h in everything

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
Faith Ekstrand 2023-01-30 20:11:51 -06:00 committed by Marge Bot
parent d76175955f
commit 7ebc94a17a
2 changed files with 4 additions and 0 deletions

View file

@ -1,7 +1,9 @@
#ifndef NVK_PIPELINE_H
#define NVK_PIPELINE_H 1
#include "nvk_private.h"
#include "nvk_shader.h"
#include "vk_object.h"
struct vk_pipeline_cache;

View file

@ -1,6 +1,8 @@
#ifndef NVK_SHADER_H
#define NVK_SHADER_H 1
#include "nvk_private.h"
#include "nir.h"
struct vk_shader_module;