* Improve header inclusions.
CORE-7716

svn path=/trunk/; revision=61973
This commit is contained in:
Amine Khaldi
2014-02-04 10:47:12 +00:00
parent 1aba340871
commit df348acfe2
10 changed files with 8 additions and 33 deletions
+1 -6
View File
@@ -8,17 +8,12 @@
*/
#define NTOSAPI
#include <ntddk.h>
#include <ntdef.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#define NDEBUG
#include <debug.h>
VOID
RosSymDelete(PROSSYM_INFO RosSymInfo)
{
RosSymFreeMem(RosSymInfo);
}
/* EOF */
+1 -1
View File
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*/
#include <ntddk.h>
#include <ntdef.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
+1 -1
View File
@@ -8,7 +8,7 @@
*/
#define NTOSAPI
#include <ntddk.h>
#include <ntdef.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#include <ntimage.h>
+1 -1
View File
@@ -8,7 +8,7 @@
*/
#define NTOSAPI
#include <ntddk.h>
#include <ntdef.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#include <ntimage.h>
+1 -1
View File
@@ -8,7 +8,7 @@
*/
#define NTOSAPI
#include <ntddk.h>
#include <ntdef.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
+1 -6
View File
@@ -8,13 +8,10 @@
*/
#define NTOSAPI
#include <ntddk.h>
#include <ntdef.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#define NDEBUG
#include <debug.h>
ULONG
RosSymGetRawDataLength(PROSSYM_INFO RosSymInfo)
{
@@ -39,5 +36,3 @@ RosSymGetRawData(PROSSYM_INFO RosSymInfo, PVOID RawData)
memcpy((char *) RawData + RosSymHeader->StringsOffset, RosSymInfo->Strings,
RosSymHeader->StringsLength);
}
/* EOF */
-2
View File
@@ -18,5 +18,3 @@ RosSymInit(PROSSYM_CALLBACKS Callbacks)
{
RosSymCallbacks = *Callbacks;
}
/* EOF */
+1 -4
View File
@@ -10,13 +10,10 @@
#include <ntdef.h>
#undef DECLSPEC_IMPORT
#define DECLSPEC_IMPORT
#include <ntddk.h>
#include <wdm.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#define NDEBUG
#include <debug.h>
#define TAG_ROSSYM 'MYSR'
static PVOID
-5
View File
@@ -13,9 +13,6 @@
#include <reactos/rossym.h>
#include "rossympriv.h"
#define NDEBUG
#include <debug.h>
static PVOID
RosSymAllocMemUM(ULONG_PTR Size)
{
@@ -41,5 +38,3 @@ RosSymInitUserMode(VOID)
RosSymInit(&KmCallbacks);
}
/* EOF */
+1 -6
View File
@@ -8,13 +8,10 @@
*/
#define NTOSAPI
#include <ntddk.h>
#include <wdm.h>
#include <reactos/rossym.h>
#include "rossympriv.h"
#define NDEBUG
#include <debug.h>
BOOLEAN
RosSymZwReadFile(PVOID FileContext, PVOID Buffer, ULONG Size)
{
@@ -48,5 +45,3 @@ RosSymZwSeekFile(PVOID FileContext, ULONG_PTR Position)
return NT_SUCCESS(Status);
}
/* EOF */