mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-protocol
synced 2026-08-10 19:24:43 +00:00
Add includes.sed file to handle include renaming
This commit is contained in:
parent
b49e090269
commit
60178205ad
8
includes.sed
Normal file
8
includes.sed
Normal file
@ -0,0 +1,8 @@
|
||||
s#\"qxl_dev\.h\"#<spice/qxl_dev\.h>#
|
||||
s#\"draw\.h\"#<spice/draw\.h>#
|
||||
s#\"ipc_ring\.h\"#<spice/ipc_ring\.h>#
|
||||
s#\"red\.h\"#<spice/protocol\.h>#
|
||||
s#\"red_error_codes\.h\"#<spice/error_codes\.h>#
|
||||
s#\"reds_stat\.h\"#<spice/stats\.h>#
|
||||
s#\"vd_agent\.h\"#<spice/vd_agent\.h>#
|
||||
s#\"vdi_dev\.h\"#<spice/vdi_dev\.h>#
|
||||
Loading…
Reference in New Issue
Block a user