aboutsummaryrefslogtreecommitdiffstats
path: root/api/namespace.c
diff options
context:
space:
mode:
Diffstat (limited to 'api/namespace.c')
-rw-r--r--api/namespace.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/api/namespace.c b/api/namespace.c
index 6020469..7807847 100644
--- a/api/namespace.c
+++ b/api/namespace.c
@@ -3,9 +3,7 @@
* Copyright (C) 2018-2020 WireGuard LLC. All Rights Reserved.
*/
-#include "api.h"
-#include <bcrypt.h>
-#include <sddl.h>
+#include "pch.h"
static SECURITY_ATTRIBUTES SecurityAttributes = { .nLength = sizeof(SECURITY_ATTRIBUTES) };
static BOOL HasInitialized = FALSE;