Don't unnecessarily include whole <iostream>

git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@1153989 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
Lukáš Lalinský 2010-07-24 13:17:01 +00:00
parent 5aed3681fb
commit 0f979667be
9 changed files with 9 additions and 9 deletions

View File

@ -24,7 +24,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <iostream>
#include <ostream>
#include <bitset>
#include <tstring.h>

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <iostream>
#include <ostream>
#include <bitset>
#include <tstring.h>

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <iostream>
#include <ostream>
#include "id3v2synchdata.h"

View File

@ -23,7 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#include <iostream>
#include <ostream>
#include <tstring.h>
#include <tdebug.h>

View File

@ -30,7 +30,7 @@
#include "taglib_export.h"
#include <vector>
#include <iostream>
#include <ostream>
namespace TagLib {

View File

@ -23,6 +23,7 @@
* http://www.mozilla.org/MPL/ *
***************************************************************************/
#ifndef NDEBUG
#include <iostream>
#include <bitset>
@ -31,7 +32,6 @@
using namespace TagLib;
#ifndef NDEBUG
void TagLib::debug(const String &s)
{
std::cerr << "TagLib: " << s << std::endl;

View File

@ -27,7 +27,7 @@
#include "unicode.h"
#include "tdebug.h"
#include <iostream>
#include <ostream>
#include <string.h>

View File

@ -31,7 +31,7 @@
#include "tbytevector.h"
#include <string>
#include <iostream>
#include <ostream>
/*!
* \relates TagLib::String

View File

@ -31,7 +31,7 @@
#include "tbytevectorlist.h"
#include "taglib_export.h"
#include <iostream>
#include <ostream>
namespace TagLib {