Browse Source

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>
pull/575/head
Adam Miartus Timo Wischer 5 years ago
parent
commit
22ae184003
2 changed files with 0 additions and 2 deletions
  1. +0
    -1
      posix/JackSocketServerChannel.cpp
  2. +0
    -1
      posix/JackSocketServerNotifyChannel.cpp

+ 0
- 1
posix/JackSocketServerChannel.cpp View File

@@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "JackServer.h" #include "JackServer.h"
#include "JackLockedEngine.h" #include "JackLockedEngine.h"
#include "JackGlobals.h" #include "JackGlobals.h"
#include "JackServerGlobals.h"
#include "JackClient.h" #include "JackClient.h"
#include "JackTools.h" #include "JackTools.h"
#include "JackNotification.h" #include "JackNotification.h"


+ 0
- 1
posix/JackSocketServerNotifyChannel.cpp View File

@@ -22,7 +22,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include "JackRequest.h" #include "JackRequest.h"
#include "JackConstants.h" #include "JackConstants.h"
#include "JackNotification.h" #include "JackNotification.h"
#include "JackServerGlobals.h"


namespace Jack namespace Jack
{ {


Loading…
Cancel
Save