test/stdbin.h: remove obsolete header

This commit is contained in:
Max Kellermann
2015-08-15 16:37:58 +02:00
parent 5fba8d773c
commit 7cc33d0f27
11 changed files with 0 additions and 47 deletions

View File

@@ -23,7 +23,6 @@
#include "input/InputStream.hxx"
#include "input/TextInputStream.hxx"
#include "config/ConfigGlobal.hxx"
#include "stdbin.h"
#include "util/Error.hxx"
#include "thread/Cond.hxx"
#include "Log.hxx"

View File

@@ -31,7 +31,6 @@
#include "util/StaticFifoBuffer.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
#include "stdbin.h"
#include <assert.h>
#include <stddef.h>

View File

@@ -28,7 +28,6 @@
#include "AudioFormat.hxx"
#include "util/Error.hxx"
#include "Log.hxx"
#include "stdbin.h"
#include <assert.h>
#include <unistd.h>

View File

@@ -27,7 +27,6 @@
#include "filter/FilterInternal.hxx"
#include "pcm/Volume.hxx"
#include "mixer/MixerControl.hxx"
#include "stdbin.h"
#include "util/Error.hxx"
#include "util/ConstBuffer.hxx"
#include "system/FatalError.hxx"

View File

@@ -19,7 +19,6 @@
#include "config.h"
#include "TagSave.hxx"
#include "stdbin.h"
#include "tag/Tag.hxx"
#include "config/ConfigGlobal.hxx"
#include "input/InputStream.hxx"

View File

@@ -28,7 +28,6 @@
#include "AudioParser.hxx"
#include "AudioFormat.hxx"
#include "util/Error.hxx"
#include "stdbin.h"
#include <stddef.h>
#include <stdio.h>

View File

@@ -32,7 +32,6 @@
#include "pcm/PcmConvert.hxx"
#include "filter/FilterRegistry.hxx"
#include "player/Control.hxx"
#include "stdbin.h"
#include "util/Error.hxx"
#include "Log.hxx"

View File

@@ -29,7 +29,6 @@
#include "AudioFormat.hxx"
#include "util/ConstBuffer.hxx"
#include "util/Error.hxx"
#include "stdbin.h"
#include "Log.hxx"
#include <stdio.h>

View File

@@ -1,29 +0,0 @@
/*
* Copyright (C) 2003-2015 The Music Player Daemon Project
* http://www.musicpd.org
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/
#ifndef MPD_STDBIN_H
#define MPD_STDBIN_H
#ifdef WIN32
#include <fcntl.h>
/** set binary mode on stdin/stdout */
int _CRT_fmode = _O_BINARY;
#endif
#endif

View File

@@ -18,7 +18,6 @@
*/
#include "config.h"
#include "stdbin.h"
#include "tag/Tag.hxx"
#include "config/ConfigGlobal.hxx"
#include "ScopeIOThread.hxx"