mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Include header where needed
svn path=/trunk/; revision=42499
This commit is contained in:
parent
db136c3959
commit
92a36f7e01
2 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,6 @@
|
|||
#include <ntdddisk.h>
|
||||
#include <ntddcdrm.h>
|
||||
|
||||
#include "udfs.h"
|
||||
|
||||
//
|
||||
// Tag for memory allocations
|
||||
//
|
||||
|
|
|
@ -13,6 +13,8 @@
|
|||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
#include "udfs.h"
|
||||
|
||||
/* FUNCTIONS ****************************************************************/
|
||||
|
||||
BOOLEAN
|
||||
|
|
Loading…
Reference in a new issue