Remove unnecessary header includes

git-svn-id: svn://localhost/ardour2/branches/3.0@12827 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2012-06-23 03:51:41 +00:00
parent a2f5ff9535
commit 6262eae7c0
10 changed files with 0 additions and 11 deletions

View File

@ -1,4 +1,3 @@
#include <iostream>
#include "pbd/event_loop.h"
#include "pbd/stacktrace.h"

View File

@ -23,7 +23,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <cassert>
#include <iostream>
#include <cstdio>
#ifdef __APPLE__

View File

@ -18,7 +18,6 @@
*/
#include <ostream>
#include <iostream>
#include <stdio.h>
#ifndef __STDC_FORMAT_MACROS

View File

@ -19,7 +19,6 @@
*/
#include <cstdlib>
#include <iostream>
#include <vector>
#include <cstdlib>
#include <cassert>

View File

@ -19,7 +19,6 @@
*/
#include <set>
#include <iostream>
#include <string>
#include <cstring>
#include <stdint.h>

View File

@ -27,7 +27,6 @@
#include <sys/stat.h>
#include <fcntl.h>
#include <cassert>
#include <iostream>
#include "pbd/compose.h"
#include "pbd/sndfile_manager.h"
#include "pbd/debug.h"

View File

@ -17,8 +17,6 @@
*/
#include <iostream>
#include "pbd/stateful_diff_command.h"
#include "pbd/property_list.h"
#include "pbd/demangle.h"

View File

@ -20,7 +20,6 @@
#include <cstdlib>
#include <signal.h>
#include <iostream>
#include <string>
#include "pbd/transmitter.h"

View File

@ -18,7 +18,6 @@
$Id$
*/
#include <iostream>
#include <string>
#include <sstream>
#include <time.h>

View File

@ -5,7 +5,6 @@
* Modified for Ardour and released under the same terms.
*/
#include <iostream>
#include "pbd/xml++.h"
#include <libxml/debugXML.h>
#include <libxml/xpath.h>