[EVENTLOG]

* Remove one time inclusions from the main header and put them back where they belong.
CORE-7716

svn path=/trunk/; revision=61604
This commit is contained in:
Amine Khaldi 2014-01-13 12:46:06 +00:00
parent d12bc6a95a
commit 427ef54d29
4 changed files with 11 additions and 8 deletions

View file

@ -11,6 +11,9 @@
#include "eventlog.h"
#include <stdio.h>
#include <netevent.h>
#define NDEBUG
#include <debug.h>

View file

@ -9,18 +9,14 @@
#ifndef __EVENTLOG_H__
#define __EVENTLOG_H__
#define WIN32_NO_STATUS
#include <stdarg.h>
#include <stdio.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <netevent.h>
#include <lpctypes.h>
#include <lpcfuncs.h>
#include <rtlfuncs.h>
#include <obfuncs.h>
#include <iofuncs.h>
#include <ndk/rtlfuncs.h>
#include <ndk/obfuncs.h>
#include <eventlogrpc_s.h>
typedef struct _IO_ERROR_LPC

View file

@ -11,6 +11,8 @@
#include "eventlog.h"
#include <ndk/iofuncs.h>
#define NDEBUG
#include <debug.h>

View file

@ -11,6 +11,8 @@
#include "eventlog.h"
#include <ndk/lpcfuncs.h>
#define NDEBUG
#include <debug.h>