Every .c file includes it anyway.
/** \file aac_afh.c para_server's aac audio format handler. */
-#include <regex.h>
#include <neaacdec.h>
#include "para.h"
/** \file aacdec_filter.c paraslash's aac (m4a) decoder. */
-#include <regex.h>
#include <neaacdec.h>
#include "para.h"
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netdb.h>
/** \file afh.c Paraslash's standalone audio format handler tool. */
-#include <regex.h>
#include <lopsub.h>
#include "afh.lsg.h"
#include <sys/mman.h> /* mmap */
#include <sys/types.h>
-#include <regex.h>
#include "para.h"
#include "error.h"
/** \file afh_recv.c Receiver for streaming local files. */
-#include <regex.h>
#include <sys/types.h>
#include <lopsub.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <signal.h>
#include <fnmatch.h>
#include <osl.h>
/** \file aft.c Audio file table functions. */
-#include <regex.h>
#include <sys/mman.h>
#include <fnmatch.h>
#include <sys/shm.h>
/** \file alsa_mix.c The ALSA mixer plugin. */
-#include <regex.h>
#include <alsa/asoundlib.h>
#include "para.h"
* based on the vplay program by Michael Beck.
*/
-#include <regex.h>
#include <sys/types.h>
#include <alsa/asoundlib.h>
#include <lopsub.h>
/** \file amp_filter.c Paraslash's amplify filter. */
-#include <regex.h>
#include <lopsub.h>
#include "filter_cmd.lsg.h"
#include <pthread.h>
#include <ao/ao.h>
-#include <regex.h>
#include <lopsub.h>
#include "write_cmd.lsg.h"
/** \file attribute.c Attribute handling functions. */
-#include <regex.h>
#include <osl.h>
#include <lopsub.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
/** \file base64.c Uudecode and base64decode implementation. */
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "base64.h"
/** \file bitstream.c Bitstream API for the wma decoder. */
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "string.h"
/** \file blob.c Macros and functions for blob handling. */
-#include <regex.h>
#include <fnmatch.h>
#include <osl.h>
#include <lopsub.h>
/* Copyright (C) 2009 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
/** \file buffer_tree.c Buffer tree and buffer pool implementations. */
-#include <regex.h>
#include "para.h"
#include "list.h"
/** \file check_wav.c Detect and delete a wav header. */
-#include <regex.h>
-
#include "para.h"
#include "string.h"
#include "list.h"
/** \file chunk_queue.c Queuing functions for paraslash senders. */
-#include <regex.h>
-
#include "para.h"
#include "list.h"
#include "afh.h"
/** \file client.c The client program used to connect to para_server. */
-#include <regex.h>
#include <signal.h>
#include <lopsub.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
/** \file close_on_fork.c Manage a list of fds that should be closed on fork. */
-#include <regex.h>
-
#include "para.h"
#include "list.h"
#include "string.h"
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <signal.h>
#include <arpa/inet.h>
#include <netdb.h>
* Uses ideas of AudioCompress, (C) 2002-2004 M. Hari Nezumi <magenta@trikuare.cx>
*/
-#include <regex.h>
#include <lopsub.h>
#include "filter_cmd.lsg.h"
/** \file crypt_common.c Crypto functions independent of openssl/libgcrypt. */
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "string.h"
/** \file daemon.c Some helpers for programs that detach from the console. */
-#include <regex.h>
#include <pwd.h>
#include <sys/types.h> /* getgrnam() */
#include <grp.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
/** \file exec.c Helper functions for spawning new processes. */
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "fd.h"
/** \file fd.c Helper functions for file descriptor handling. */
-#include <regex.h>
#include <sys/types.h>
#include <dirent.h>
#include <sys/mman.h>
* OF SUCH DAMAGE.
*/
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "portable_io.h"
/** \file fecdec_filter.c A filter that fec-decodes an audio stream. */
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "list.h"
/** \file file_write.c simple output plugin for testing purposes */
-#include <regex.h>
#include <sys/types.h>
#include <lopsub.h>
/** \file filter.c The stand-alone filter program. */
-#include <regex.h>
#include <lopsub.h>
#include "filter.lsg.h"
/** \file filter_common.c Common helper functions for filter input/output. */
-#include <regex.h>
#include <sys/types.h>
#include <lopsub.h>
/** \file flac_afh.c Audio format handler for flac files. */
-#include <regex.h>
#include <FLAC/stream_decoder.h>
#include <FLAC/metadata.h>
/** \file flacdec_filter.c The flac decoder. */
-#include <regex.h>
#include <FLAC/stream_decoder.h>
#include "para.h"
/** \file gcrypt.c Libgrcypt-based encryption/decryption routines. */
-#include <regex.h>
#include <gcrypt.h>
#include "para.h"
/** \file grab_client.c Functions for grabbing the audio stream. */
-#include <regex.h>
#include <sys/types.h>
#include <lopsub.h>
/** \file gui.c Curses-based interface for paraslash. */
-#include <regex.h>
#include <signal.h>
#include <sys/types.h>
#include <curses.h>
/** \file http_recv.c paraslash's http receiver */
-#include <regex.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
*/
#include <math.h>
-#include <regex.h>
#include "para.h"
#include "error.h"
#include "para.h"
-#include <regex.h>
#include <readline/readline.h>
#include <readline/history.h>
#include <sys/ioctl.h>
/** \file lsu.c Utilities related to the lopsub library. */
#include <lopsub.h>
-#include <regex.h>
#include "para.h"
#include "error.h"
/** \file mixer.c A volume fader and alarm clock. */
-#include <regex.h>
#include <lopsub.h>
#include <math.h>
/** \file mood.c Paraslash's mood handling functions. */
-#include <regex.h>
#include <osl.h>
#include <lopsub.h>
#include "para.h"
-#include <regex.h>
#include <fnmatch.h>
#include <osl.h>
#include <lopsub.h>
* Johannes Overmann <overmann@iname.com>
*/
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "afh.h"
/** \file mp3dec_filter.c Paraslash's mp3 decoder. */
#include <mad.h>
-#include <regex.h>
#include <lopsub.h>
#include "filter_cmd.lsg.h"
* has been documented. See the git commit log for details.
*/
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "portable_io.h"
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>
-#include <regex.h>
#include "error.h"
#include "net.h"
/** \file ogg_afh.c Audio format handler for ogg/vorbis files. */
#include <vorbis/codec.h>
-#include <regex.h>
#include "para.h"
#include "afh.h"
/** \file ogg_afh_common.c Functions common to all ogg/ codecs. */
#include <ogg/ogg.h>
-#include <regex.h>
#include "para.h"
#include "afh.h"
/** \file oggdec_filter.c Paraslash's ogg vorbis decoder. */
-#include <regex.h>
#include <vorbis/vorbisfile.h>
#include "para.h"
/** \file openssl.c Openssl-based encryption/decryption routines. */
-#include <regex.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <openssl/rand.h>
/** \file opus_afh.c Audio format handler for ogg/opus files. */
#include <ogg/ogg.h>
-#include <regex.h>
#include "para.h"
#include "afh.h"
#define __STDC_VERSION__ 0
#endif
-#include <regex.h>
#include <opus/opus.h>
#include <opus/opus_multistream.h>
#include <ogg/ogg.h>
#include <sys/soundcard.h>
#include <sys/ioctl.h>
-#include <regex.h>
#include "para.h"
#include "error.h"
/** \file oss_write.c Paraslash's oss output plugin. */
-#include <regex.h>
#include <sys/ioctl.h>
#include <sys/soundcard.h>
#include <lopsub.h>
#include <inttypes.h>
#include <sys/uio.h>
#include <poll.h>
+#include <regex.h>
#include "gcc-compat.h"
/** \file play.c Paraslash's standalone player. */
-#include <regex.h>
#include <signal.h>
#include <lopsub.h>
/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
-#include <regex.h>
#include <osl.h>
#include <lopsub.h>
/** \file prebuffer_filter.c Paraslash's prebuffering filter. */
-#include <regex.h>
#include <lopsub.h>
#include "para.h"
/** \file recv.c the stand-alone audio stream receiver */
-#include <regex.h>
#include <sys/types.h>
#include <lopsub.h>
/** \file recv_common.c common functions of para_recv and para_audiod */
-#include <regex.h>
#include <inttypes.h>
#include <lopsub.h>
/** \file resample_filter.c A sample rate converter based on libsamplerate. */
-#include <regex.h>
#include <samplerate.h>
#include <lopsub.h>
/** \file ringbuffer.c Simple ringbuffer implementation */
-#include <regex.h>
-
#include "para.h"
#include "ringbuffer.h"
#include "string.h"
/** \file sched.c Paraslash's scheduling functions. */
-#include <regex.h>
#include "para.h"
#include "ipc.h"
/* Copyright (C) 2007 Andre Noll <maan@tuebingen.mpg.de>, see file COPYING. */
/** \file score.c Scoring functions to determine the audio file streaming order. */
-#include <regex.h>
#include <osl.h>
#include <lopsub.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <osl.h>
#include <arpa/inet.h>
#include <sys/un.h>
#include <netinet/in.h>
#include <sys/socket.h>
#include <signal.h>
-#include <regex.h>
#include <osl.h>
#include <sys/types.h>
#include <arpa/inet.h>
/** \file sideband.c Implementation of the sideband API. */
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "portable_io.h"
#include <signal.h>
#include <sys/types.h>
-#include <regex.h>
#include "para.h"
#include "error.h"
/** \file spx_afh.c Audio format handler for ogg/speex files. */
#include <ogg/ogg.h>
-#include <regex.h>
#include <speex/speex.h>
#include <speex/speex_header.h>
#include <speex/speex_stereo.h>
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <regex.h>
#include <speex/speex_header.h>
#include <speex/speex_stereo.h>
#include <speex/speex_callbacks.h>
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include <regex.h>
#include <ogg/ogg.h>
#include <speex/speex.h>
#include <speex/speex_header.h>
* and para_audiod.
*/
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "string.h"
-
/** The minimal length of a status item buffer. */
#define MIN_STAT_ITEM_LEN 9 /* 5 + 2 + 2, e.g. '0005 00:\n' */
/** \file stdin.c Functions that deal with reading from stdin. */
-#include <regex.h>
-
#include "para.h"
#include "list.h"
#include "sched.h"
#include <pwd.h>
#include <sys/utsname.h> /* uname() */
-#include <regex.h>
#include <langinfo.h>
#include <wchar.h>
#include <wctype.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <arpa/inet.h>
#include <sys/un.h>
/** \file udp_recv.c Paraslash's udp receiver */
#include <netinet/in.h>
-#include <regex.h>
#include <sys/socket.h>
#include <net/if.h>
#include <sys/types.h>
#include <netinet/in.h>
#include <sys/socket.h>
-#include <regex.h>
#include <sys/types.h>
#include <netinet/udp.h>
#include <net/if.h>
#include <osl.h>
#include <lopsub.h>
-#include <regex.h>
#include "upgrade_db.lsg.h"
#include "para.h"
/** \file user_list.c User handling for para_server. */
-#include <regex.h>
#include <sys/types.h>
#include "para.h"
#include <sys/socket.h>
#include <netinet/in.h>
-#include <regex.h>
#include <osl.h>
#include <sys/types.h>
#include <arpa/inet.h>
/** \file wav_filter.c A filter that inserts a wave header. */
-#include <regex.h>
-
#include "para.h"
#include "error.h"
#include "list.h"
/** \file wma_afh.c The audio format handler for WMA files. */
#include <sys/types.h>
-#include <regex.h>
#include <iconv.h>
#include "para.h"
*/
#include <math.h>
-#include <regex.h>
#include "para.h"
#include "error.h"
/** \file write.c Paraslash's standalone wav/raw player. */
-#include <regex.h>
#include <sys/types.h>
#include <lopsub.h>
/** \file write_common.c common functions of para_audiod and para_write */
-#include <regex.h>
#include <lopsub.h>
#include "write_cmd.lsg.h"