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/dump_text_file.cxx | |
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/dump_text_file.cxx')
-rw-r--r-- | test/dump_text_file.cxx | 1 |
1 files changed, 0 insertions, 1 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" |