diff options
author | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-01 14:12:45 +0000 |
---|---|---|
committer | scop <scop@e10066b5-e1e2-0310-b819-94efdf66514b> | 2008-01-01 14:12:45 +0000 |
commit | 2d8370f3567862438264cc17ca70b746416168d9 (patch) | |
tree | 90e55fbc1e4418c268e6524b1c92a22ad2300bf8 | |
parent | b7a4f5988f0090ef7a12773c36c46058b196c302 (diff) | |
download | vdr-plugin-muggle-2d8370f3567862438264cc17ca70b746416168d9.tar.gz vdr-plugin-muggle-2d8370f3567862438264cc17ca70b746416168d9.tar.bz2 |
Drop unneeded getopt.h.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@979 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r-- | muggle.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -18,7 +18,6 @@ #include "i18n.h" #include <vdr/tools.h> -#include <getopt.h> #include <vdr/config.h> static const char VERSION[] = "0.1.11"; |