Add includes.sed file to handle include renaming

This commit is contained in:
Alexander Larsson 2010-02-04 18:12:07 +01:00
parent b49e090269
commit 60178205ad

8
includes.sed Normal file
View 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>#