From 121d3fb3d9835ec78a1de7f268e79bf79cbf5865 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Mon, 15 May 2023 17:58:46 +0200 Subject: Remove ATL header usage (#306) ATL has been used here and there as a convenience. Given that this is a legacy component and not always something which gets installed along with the compiler we hereby remove the dependency altogether in favour of our own simple wrappers --- src/zenserver-test/projectclient.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/zenserver-test/projectclient.cpp') diff --git a/src/zenserver-test/projectclient.cpp b/src/zenserver-test/projectclient.cpp index 597838e0d..cb493be77 100644 --- a/src/zenserver-test/projectclient.cpp +++ b/src/zenserver-test/projectclient.cpp @@ -13,10 +13,6 @@ # include # include -# if ZEN_PLATFORM_WINDOWS -# include -# endif - namespace zen { struct ProjectClientConnection -- cgit v1.2.3