diff options
author | Max Kellermann <max@duempel.org> | 2015-08-15 16:37:58 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2015-08-15 16:37:58 +0200 |
commit | 7cc33d0f27833744729deb585dadde0098afc1cf (patch) | |
tree | a13e16981f52bf7accc9f00d7cf120b207745c42 /test | |
parent | 5fba8d773c3f6ea35a2934baa91372806f1c9940 (diff) | |
download | mpd-7cc33d0f27833744729deb585dadde0098afc1cf.tar.gz mpd-7cc33d0f27833744729deb585dadde0098afc1cf.tar.xz mpd-7cc33d0f27833744729deb585dadde0098afc1cf.zip |
test/stdbin.h: remove obsolete header
Diffstat (limited to 'test')
-rw-r--r-- | test/dump_text_file.cxx | 1 | ||||
-rw-r--r-- | test/run_convert.cxx | 1 | ||||
-rw-r--r-- | test/run_decoder.cxx | 1 | ||||
-rw-r--r-- | test/run_filter.cxx | 1 | ||||
-rw-r--r-- | test/run_input.cxx | 1 | ||||
-rw-r--r-- | test/run_normalize.cxx | 1 | ||||
-rw-r--r-- | test/run_output.cxx | 1 | ||||
-rw-r--r-- | test/software_volume.cxx | 1 | ||||
-rw-r--r-- | test/stdbin.h | 29 | ||||
-rw-r--r-- | test/visit_archive.cxx | 1 |
10 files changed, 0 insertions, 38 deletions
diff --git a/test/dump_text_file.cxx b/test/dump_text_file.cxx index 686adb744..a207b3400 100644 --- a/test/dump_text_file.cxx +++ b/test/dump_text_file.cxx @@ -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" diff --git a/test/run_convert.cxx b/test/run_convert.cxx index 1929d6c02..01cace0c3 100644 --- a/test/run_convert.cxx +++ b/test/run_convert.cxx @@ -31,7 +31,6 @@ #include "util/StaticFifoBuffer.hxx" #include "util/Error.hxx" #include "Log.hxx" -#include "stdbin.h" #include <assert.h> #include <stddef.h> diff --git a/test/run_decoder.cxx b/test/run_decoder.cxx index ebebc1188..35d55cedf 100644 --- a/test/run_decoder.cxx +++ b/test/run_decoder.cxx @@ -28,7 +28,6 @@ #include "AudioFormat.hxx" #include "util/Error.hxx" #include "Log.hxx" -#include "stdbin.h" #include <assert.h> #include <unistd.h> diff --git a/test/run_filter.cxx b/test/run_filter.cxx index d743937d5..6499b9631 100644 --- a/test/run_filter.cxx +++ b/test/run_filter.cxx @@ -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" diff --git a/test/run_input.cxx b/test/run_input.cxx index 9cce593ef..6d51b3749 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -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" diff --git a/test/run_normalize.cxx b/test/run_normalize.cxx index 881ff4696..092deab59 100644 --- a/test/run_normalize.cxx +++ b/test/run_normalize.cxx @@ -28,7 +28,6 @@ #include "AudioParser.hxx" #include "AudioFormat.hxx" #include "util/Error.hxx" -#include "stdbin.h" #include <stddef.h> #include <stdio.h> diff --git a/test/run_output.cxx b/test/run_output.cxx index 0b8f0b55a..5100e8b44 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -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" diff --git a/test/software_volume.cxx b/test/software_volume.cxx index 7aa89ec0c..a0dd207a7 100644 --- a/test/software_volume.cxx +++ b/test/software_volume.cxx @@ -29,7 +29,6 @@ #include "AudioFormat.hxx" #include "util/ConstBuffer.hxx" #include "util/Error.hxx" -#include "stdbin.h" #include "Log.hxx" #include <stdio.h> diff --git a/test/stdbin.h b/test/stdbin.h deleted file mode 100644 index d69bbb4ee..000000000 --- a/test/stdbin.h +++ /dev/null @@ -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 diff --git a/test/visit_archive.cxx b/test/visit_archive.cxx index 5e8634def..1e59746bd 100644 --- a/test/visit_archive.cxx +++ b/test/visit_archive.cxx @@ -18,7 +18,6 @@ */ #include "config.h" -#include "stdbin.h" #include "tag/Tag.hxx" #include "config/ConfigGlobal.hxx" #include "ScopeIOThread.hxx" |