From: Andre Date: Mon, 27 Feb 2006 09:19:39 +0000 (+0100) Subject: no need to include gcc-compat.h twice X-Git-Tag: v0.2.11~44 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=4b4c68de8d7390f966e46d9402d5499d2e8ee227;ds=sidebyside no need to include gcc-compat.h twice It gets already included from para.h. --- diff --git a/command.c b/command.c index 81cb2831..5a4dcaea 100644 --- a/command.c +++ b/command.c @@ -29,7 +29,6 @@ #include "send.h" #include "rc4.h" #include -#include "gcc-compat.h" #include "error.h" #include "net.h" #include "daemon.h" diff --git a/compress.c b/compress.c index da79b721..a4d881f5 100644 --- a/compress.c +++ b/compress.c @@ -22,7 +22,6 @@ * Based on AudioCompress, (C) 2002-2004 M. Hari Nezumi */ -#include "gcc-compat.h" #include "para.h" #include "compress_filter.cmdline.h" #include "list.h" diff --git a/filter.c b/filter.c index 2e5e205e..04997cf2 100644 --- a/filter.c +++ b/filter.c @@ -17,7 +17,6 @@ */ /** \file filter.c the stand-alone filter program */ -#include "gcc-compat.h" #include "para.h" #include "filter.cmdline.h" diff --git a/grab_client.c b/grab_client.c index cd6cffb8..2a98b35f 100644 --- a/grab_client.c +++ b/grab_client.c @@ -23,7 +23,6 @@ * \sa filter_chain filter_chain_info filter */ -#include "gcc-compat.h" #include "para.h" #include "close_on_fork.h" #include "grab_client.cmdline.h" diff --git a/gui.c b/gui.c index 1e6739a2..a347e79c 100644 --- a/gui.c +++ b/gui.c @@ -20,7 +20,6 @@ #include "gui.cmdline.h" #include "para.h" -#include "gcc-compat.h" #include #include "ringbuffer.h" #include "string.h" diff --git a/mp3.c b/mp3.c index c2d0f63e..c1d5ae3f 100644 --- a/mp3.c +++ b/mp3.c @@ -31,7 +31,6 @@ #include "server.cmdline.h" #include "server.h" #include "afs.h" -#include "gcc-compat.h" #include "error.h" /** \cond some defines and structs which are only used in this file */ diff --git a/mp3dec.c b/mp3dec.c index 0100d04e..0d0906b7 100644 --- a/mp3dec.c +++ b/mp3dec.c @@ -18,7 +18,6 @@ /** \file mp3dec.c paraslash's mp3 decoder */ -#include "gcc-compat.h" #include "para.h" #include "list.h" diff --git a/net.c b/net.c index 59b8616a..9c646e90 100644 --- a/net.c +++ b/net.c @@ -20,7 +20,6 @@ #include "para.h" #include "net.h" -#include "gcc-compat.h" #include #include "error.h" #include "string.h" diff --git a/oggdec.c b/oggdec.c index 4ef16b08..acd4f120 100644 --- a/oggdec.c +++ b/oggdec.c @@ -18,7 +18,6 @@ /** \file oggdec.c paraslash's ogg vorbis decoder */ -#include "gcc-compat.h" #include "para.h" #include "oggdec_filter.cmdline.h" diff --git a/recv.c b/recv.c index aaccb06a..abd0419f 100644 --- a/recv.c +++ b/recv.c @@ -15,7 +15,6 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */ -#include "gcc-compat.h" #include "para.h" #include "recv.h" diff --git a/ringbuffer.c b/ringbuffer.c index b2ff0c7d..4644ee6e 100644 --- a/ringbuffer.c +++ b/ringbuffer.c @@ -18,7 +18,6 @@ /** \file ringbuffer.c simple ringbuffer implementation */ -#include "gcc-compat.h" #include "para.h" #include "ringbuffer.h" #include "string.h" diff --git a/wav.c b/wav.c index 647be101..01ac4402 100644 --- a/wav.c +++ b/wav.c @@ -18,7 +18,6 @@ /** \file wav.c a filter that inserts a wave header */ -#include "gcc-compat.h" #include "para.h" #include "list.h"