mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2026-05-20 20:40:12 +03:00
Include headers properly
This commit is contained in:
+18
-1
@@ -5,7 +5,24 @@
|
||||
// EtherLog.c
|
||||
// EtherLogger program
|
||||
|
||||
#include "CedarPch.h"
|
||||
#include "EtherLog.h"
|
||||
|
||||
#include "Admin.h"
|
||||
#include "BridgeUnix.h"
|
||||
#include "BridgeWin32.h"
|
||||
#include "Listener.h"
|
||||
#include "Remote.h"
|
||||
#include "Sam.h"
|
||||
#include "Server.h"
|
||||
#include "WinUi.h"
|
||||
|
||||
#include "Mayaqua/Cfg.h"
|
||||
#include "Mayaqua/Encrypt.h"
|
||||
#include "Mayaqua/Memory.h"
|
||||
#include "Mayaqua/Object.h"
|
||||
#include "Mayaqua/OS.h"
|
||||
#include "Mayaqua/Pack.h"
|
||||
#include "Mayaqua/Str.h"
|
||||
|
||||
static LOCK *el_lock = NULL;
|
||||
static EL *el = NULL;
|
||||
|
||||
Reference in New Issue
Block a user