diff options
author | midipix <writeonce@midipix.org> | 2016-12-11 23:22:52 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-11 23:30:53 -0500 |
commit | 230c904e5d10c61b6c7730e63e7f4340834db7b8 (patch) | |
tree | c62cac0a535a8e16ad70a3e23a5f3a94dd666575 | |
parent | e419cc65ad36df725d6a75d63f75ec6fa554e990 (diff) | |
download | ntapi-230c904e5d10c61b6c7730e63e7f4340834db7b8.tar.bz2 ntapi-230c904e5d10c61b6c7730e63e7f4340834db7b8.tar.xz |
api headers: nt_vfd.h, nt_vmount.h: remove dependency on dalist (not needed).
-rw-r--r-- | include/ntapi/nt_vfd.h | 1 | ||||
-rw-r--r-- | include/ntapi/nt_vmount.h | 1 |
2 files changed, 0 insertions, 2 deletions
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 <dalist/dalist.h> #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 <dalist/dalist.h> #include "nt_abi.h" #include "nt_compiler.h" #include "nt_port.h" |