mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 02:10:11 +01:00
venus: include individual venus-protcol headers
Include individual headers than vn_protocol_driver.h to save compile time. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> Reviewed-by: Yiwei Zhang <zzyiwei@chromium.org> Acked-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Reviewed-by: Ryan Neph <ryanneph@google.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10117>
This commit is contained in:
parent
01c46704ec
commit
22ea985d70
1 changed files with 4 additions and 1 deletions
|
|
@ -15,7 +15,10 @@
|
|||
#include "git_sha1.h"
|
||||
#include "util/driconf.h"
|
||||
#include "util/mesa-sha1.h"
|
||||
#include "venus-protocol/vn_protocol_driver.h"
|
||||
#include "venus-protocol/vn_protocol_driver_device.h"
|
||||
#include "venus-protocol/vn_protocol_driver_info.h"
|
||||
#include "venus-protocol/vn_protocol_driver_instance.h"
|
||||
#include "venus-protocol/vn_protocol_driver_transport.h"
|
||||
|
||||
#include "vn_device_memory.h"
|
||||
#include "vn_icd.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue