mirror of
https://github.com/taglib/taglib.git
synced 2025-08-06 22:34:29 -04:00
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:
@ -23,7 +23,7 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
#include <bitset>
|
||||
|
||||
#include <tstring.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
* http://www.mozilla.org/MPL/ *
|
||||
***************************************************************************/
|
||||
|
||||
#include <iostream>
|
||||
#include <ostream>
|
||||
|
||||
#include "id3v2synchdata.h"
|
||||
|
||||
|
Reference in New Issue
Block a user