remove useless stuff from agent's main

This commit is contained in:
Lily Tsuru 2024-12-03 03:45:20 -05:00
parent 96329923f6
commit 0e37c40a5e

View file

@ -1,8 +1,5 @@
// clang-format off // clang-format off
#include "ivshmem.hpp" #include "ivshmem.hpp"
#pragma comment(lib, "ws2_32.lib")
#include <WinSock2.h>
#include <ws2tcpip.h>
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>