summaryrefslogtreecommitdiffstats
path: root/stream/stream_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream/stream_null.c')
-rw-r--r--stream/stream_null.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/stream/stream_null.c b/stream/stream_null.c
index 83a6ab8cf8..cc19dc4d2c 100644
--- a/stream/stream_null.c
+++ b/stream/stream_null.c
@@ -17,8 +17,6 @@
* License along with mpv. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "config.h"
-
#include <stdlib.h>
#include <string.h>
@@ -26,7 +24,7 @@
static int open_s(stream_t *stream)
{
- return 1;
+ return 1;
}
const stream_info_t stream_info_null = {