]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
freesat huffman: reduce the number of includes
authorJaroslav Kysela <perex@perex.cz>
Wed, 5 Sep 2018 09:11:58 +0000 (11:11 +0200)
committerJaroslav Kysela <perex@perex.cz>
Wed, 5 Sep 2018 09:11:58 +0000 (11:11 +0200)
src/epggrab/support/freesat_huffman.c

index f6cb0924510c51821ca7dccb01b728280448d4a1..07c2d007f3fa92846bafb021713a81175c5a7f2e 100644 (file)
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#include <stdio.h>
-#include <stdint.h>
-#include <string.h>
-#include <stdlib.h>
-#include <unistd.h>
 #include "tvheadend.h"
-#include "channels.h"
-#include "input/mpegts/dvb.h"
-#include "service.h"
 #include "epg.h"
 #include "epggrab.h"
 #include "epggrab/private.h"