1
0
mirror of https://gitlab.xiph.org/xiph/ezstream.git synced 2024-09-15 04:08:07 -04:00

Fix includes

This commit is contained in:
Moritz Grimm 2017-11-18 02:12:12 +01:00
parent ed9e84f387
commit 6566705361
3 changed files with 1 additions and 3 deletions

View File

@ -23,7 +23,6 @@
#include <sys/stat.h>
#include <errno.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>

View File

@ -22,7 +22,7 @@
#include <sys/queue.h>
#include <assert.h>
#include <stdint.h>
#include <string.h>
#include "cfg_private.h"

View File

@ -20,7 +20,6 @@
#include <sys/queue.h>
#include <assert.h>
#include <string.h>
#include "cfg_private.h"