From 22ae18400352e56c5f8600c666e21a0bd28f844c Mon Sep 17 00:00:00 2001 From: Adam Miartus Date: Mon, 27 Jan 2020 15:20:04 +0100 Subject: [PATCH] jack: remove unnecessary GPL include from LGPL code in this case LGPL code is compiled into one library with GPL code, but the include is not necessary and may cause problems in case these files are separated into their own library Change-Id: I9fc2499d60d8f25a8714c7c39b7b36206d5c5cf5 Signed-off-by: Adam Miartus --- posix/JackSocketServerChannel.cpp | 1 - posix/JackSocketServerNotifyChannel.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/posix/JackSocketServerChannel.cpp b/posix/JackSocketServerChannel.cpp index eccb5ff0..a53e9e85 100644 --- a/posix/JackSocketServerChannel.cpp +++ b/posix/JackSocketServerChannel.cpp @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "JackServer.h" #include "JackLockedEngine.h" #include "JackGlobals.h" -#include "JackServerGlobals.h" #include "JackClient.h" #include "JackTools.h" #include "JackNotification.h" diff --git a/posix/JackSocketServerNotifyChannel.cpp b/posix/JackSocketServerNotifyChannel.cpp index ff3c158f..31695b10 100644 --- a/posix/JackSocketServerNotifyChannel.cpp +++ b/posix/JackSocketServerNotifyChannel.cpp @@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include "JackRequest.h" #include "JackConstants.h" #include "JackNotification.h" -#include "JackServerGlobals.h" namespace Jack {