From 81cacb4fe1ed2b8ddb13bd680370f8d6daee6526 Mon Sep 17 00:00:00 2001 From: Pierre Ossman Date: Tue, 2 Apr 2024 13:34:07 +0200 Subject: [PATCH] TEMP: remove unused socket headers --- vncviewer/appmanager.cxx | 1 - vncviewer/vncconnection.cxx | 2 -- 2 files changed, 3 deletions(-) diff --git a/vncviewer/appmanager.cxx b/vncviewer/appmanager.cxx index 124477071f..45380aba98 100644 --- a/vncviewer/appmanager.cxx +++ b/vncviewer/appmanager.cxx @@ -5,7 +5,6 @@ #include #include #include -#include #include #if defined(__APPLE__) #include "cocoa.h" diff --git a/vncviewer/vncconnection.cxx b/vncviewer/vncconnection.cxx index 556f1984a6..bba6dbeb16 100644 --- a/vncviewer/vncconnection.cxx +++ b/vncviewer/vncconnection.cxx @@ -14,10 +14,8 @@ #include #include -#include #include #include -#include #include #undef asprintf #include "CConn.h"