jack: remove unnecessary GPL include from LGPL code
commitc1409c88ecfd3257fce92c9cf9d3bd45aafa367a
authorAdam Miartus <external.Adam.Miartus@de.bosch.com>
Mon, 27 Jan 2020 14:20:04 +0000 (27 15:20 +0100)
committerFilipe Coelho <falktx@falktx.com>
Mon, 11 May 2020 15:01:34 +0000 (11 16:01 +0100)
tree182ed01bc893fac647c91b84a35b09fbc867099f
parente987c3929bcf8c346106910ebbfdde3ad1920651
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>
posix/JackSocketServerChannel.cpp
posix/JackSocketServerNotifyChannel.cpp