]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix #1491 - remove redundant include.
authorAdam Sutton <dev@adamsutton.me.uk>
Thu, 10 Jan 2013 11:02:15 +0000 (11:02 +0000)
committerAdam Sutton <dev@adamsutton.me.uk>
Thu, 10 Jan 2013 11:02:15 +0000 (11:02 +0000)
debian/changelog
src/epggrab.c

index 78fa0626e23a349138b46935d7bd7732d090b2ce..8e3365bcbaf8be6587fa9098a994b952f4334623 100644 (file)
@@ -1,6 +1,6 @@
-tvheadend (3.3) unstable; urgency=low
+tvheadend (3.3.324~gac22d71~precise) precise; urgency=low
 
   * The full changelog can be found at 
     http://www.lonelycoder.com/tvheadend/download
 
- -- Andreas Ă–man <andreas@lonelycoder.com>  Tue, 18 Sep 2012 12:45:49 +0100
+ -- Adam Sutton <dev@adamsutton.me.uk>  Thu, 10 Jan 2013 10:29:13 +0000
index aa085a0756f6d45ecd800c7ea68e68715e5e635e..09dfc12209d6ce73d484579b40bd2901be2cd35c 100644 (file)
@@ -20,7 +20,6 @@
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
-#include <wordexp.h>
 #include <unistd.h>
 #include <sys/types.h>
 #include <sys/un.h>