diff options
author | Javier <dev.git@javispedro.com> | 2022-04-15 21:44:44 +0200 |
---|---|---|
committer | Javier <dev.git@javispedro.com> | 2022-04-15 21:44:51 +0200 |
commit | 8aea756f5094de4b357c125b75973d82328e0c31 (patch) | |
tree | 0b3fb480808c9484e40e10e11dc924837c349fa8 /vbox.c | |
parent | 6af29dacaaea968955ca1690037a9f6e9e0fb0ff (diff) | |
download | vbados-8aea756f5094de4b357c125b75973d82328e0c31.tar.gz vbados-8aea756f5094de4b357c125b75973d82328e0c31.zip |
rename some headers for consistency
Diffstat (limited to 'vbox.c')
-rw-r--r-- | vbox.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -24,8 +24,8 @@ #include "dlog.h" #include "utils.h" -#include "pci.h" -#include "vds.h" +#include "int1Apci.h" +#include "int4Bvds.h" #include "vboxdev.h" #include "vbox.h" |