From: Andre Date: Thu, 2 Mar 2006 17:10:11 +0000 (+0100) Subject: kill another superfluous '#include "gcc-compat.h"' X-Git-Tag: v0.2.11~42 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=3c635cbf7df187b5a4828e1ae4d7d08b246d1eb4;ds=sidebyside kill another superfluous '#include "gcc-compat.h"' Commit 4b4c68de8d7390f966e46d9402d5499d2e8ee227 missed one of these. --- diff --git a/filter_chain.c b/filter_chain.c index d59ff709..d11f169e 100644 --- a/filter_chain.c +++ b/filter_chain.c @@ -18,7 +18,6 @@ /** \file filter_chain.c common helper functions for filter input/output */ -#include "gcc-compat.h" #include "para.h" #include "list.h" #include "filter.h"