summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Miartus <external.Adam.Miartus@de.bosch.com>2020-01-27 15:20:04 +0100
committerFilipe Coelho <falktx@falktx.com>2020-05-11 16:01:34 +0100
commitc1409c88ecfd3257fce92c9cf9d3bd45aafa367a (patch)
tree182ed01bc893fac647c91b84a35b09fbc867099f
parente987c3929bcf8c346106910ebbfdde3ad1920651 (diff)
downloadjack2-c1409c88ecfd3257fce92c9cf9d3bd45aafa367a.tar.gz
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 <external.adam.miartus@de.bosch.com>
-rw-r--r--posix/JackSocketServerChannel.cpp1
-rw-r--r--posix/JackSocketServerNotifyChannel.cpp1
2 files changed, 0 insertions, 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
{