From 230c904e5d10c61b6c7730e63e7f4340834db7b8 Mon Sep 17 00:00:00 2001 From: midipix Date: Dec 12 2016 04:30:53 +0000 Subject: api headers: nt_vfd.h, nt_vmount.h: remove dependency on dalist (not needed). --- diff --git a/include/ntapi/nt_vfd.h b/include/ntapi/nt_vfd.h index 6f2953c..5f510f6 100644 --- a/include/ntapi/nt_vfd.h +++ b/include/ntapi/nt_vfd.h @@ -1,7 +1,6 @@ #ifndef _NT_VFD_H_ #define _NT_VFD_H_ -#include #include "nt_abi.h" #include "nt_object.h" #include "nt_guid.h" diff --git a/include/ntapi/nt_vmount.h b/include/ntapi/nt_vmount.h index be3bb33..5fcaab1 100644 --- a/include/ntapi/nt_vmount.h +++ b/include/ntapi/nt_vmount.h @@ -1,7 +1,6 @@ #ifndef _NT_VMOUNT_H_ #define _NT_VMOUNT_H_ -#include #include "nt_abi.h" #include "nt_compiler.h" #include "nt_port.h"