Fix import for lalsuite refactor
This MR fixes a build failure on master branch due to an environment change (picked up a new version of lalsuite).
- The level-0 stage fails complaining that a file
LIGOLwXMLInspiralRead.h
does not exist. - Kipp removed this file from lalsuite/lalinspiral 7 months ago see commit, but I assume the release process was slow and subtle (again).
- In GstLAL, this file is still included in the following scripts:
gstlal_blcbc_triggergen.c
gstlal_skymap.c
gstlal_triggergen.c
gstlal_sngltrigger.c
This MR updates removes the imports in GstLAL like Kipp did inside lalsuite when he removed the file: #include <lal/LIGOLwXMLInspiralRead.h>
see detail
Edited by James Kennington