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.h | |
parent | 6af29dacaaea968955ca1690037a9f6e9e0fb0ff (diff) | |
download | vbados-8aea756f5094de4b357c125b75973d82328e0c31.tar.gz vbados-8aea756f5094de4b357c125b75973d82328e0c31.zip |
rename some headers for consistency
Diffstat (limited to 'vbox.h')
-rw-r--r-- | vbox.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ #include <string.h> #include "dlog.h" -#include "vds.h" +#include "int4Bvds.h" #include "utils.h" #include "vboxdev.h" |