From fe7f0ac27a4aa2d6a8eb88d4cdb102eddf6a06eb Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Wed, 6 May 2026 19:49:27 -0400 Subject: [PATCH] =?UTF-8?q?Remove=20phantom=20#include=20"wintun=5Fartemis?= =?UTF-8?q?.h"=20=E2=80=94=20Wintun=20types=20defined=20inline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/wg/wgclient_win.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/wg/wgclient_win.cpp b/src/wg/wgclient_win.cpp index 85278d6..b464e6c 100644 --- a/src/wg/wgclient_win.cpp +++ b/src/wg/wgclient_win.cpp @@ -25,9 +25,6 @@ // boringtun C ABI (header lives in the same directory — symlinked or copied) #include "boringtun_ffi.h" -// Wintun typedefs & loader -#include "wintun_artemis.h" - namespace wg { // ── helpers ───────────────────────────────────────────────────────────────────