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/zenutil/zenserverprocess.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/zenutil/zenserverprocess.cpp') diff --git a/src/zenutil/zenserverprocess.cpp b/src/zenutil/zenserverprocess.cpp index 5ecde343b..ead919cb9 100644 --- a/src/zenutil/zenserverprocess.cpp +++ b/src/zenutil/zenserverprocess.cpp @@ -13,7 +13,6 @@ #include #if ZEN_PLATFORM_WINDOWS -# include # include #else # include -- cgit v1.2.3