From: Andre Noll Date: Sun, 12 Jun 2016 18:38:10 +0000 (+0200) Subject: play: Remove unnecessary inclusion of filter.cmdline.h. X-Git-Tag: v0.5.6~14 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=9b8d01ce7486882bb2fa82b2f328780b9d0ba249 play: Remove unnecessary inclusion of filter.cmdline.h. This header defines the gengetopt structure of para_filter, which is not needed for para_play. --- diff --git a/play.c b/play.c index e484427c..a7ce563b 100644 --- a/play.c +++ b/play.c @@ -13,7 +13,6 @@ #include "para.h" #include "list.h" #include "play.cmdline.h" -#include "filter.cmdline.h" #include "error.h" #include "ggo.h" #include "buffer_tree.h"