wlog: cleanup API includes

Only include necessary header files.
This commit is contained in:
Bernhard Miklautz 2015-11-10 16:29:09 +01:00
parent be0845b46c
commit bff63b3ee2
2 changed files with 1 additions and 6 deletions

View File

@ -27,15 +27,9 @@
extern "C" {
#endif
#include <stdio.h>
#include <stdarg.h>
#include <winpr/winpr.h>
#include <winpr/wtypes.h>
#include <winpr/synch.h>
#include <winpr/thread.h>
#include <winpr/winsock.h>
/**
* Log Levels

View File

@ -25,6 +25,7 @@
#include <winpr/crt.h>
#include <winpr/environment.h>
#include <winpr/winsock.h>
#include "wlog.h"