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/event_loop.h"
#include "pbd/stacktrace.h" #include "pbd/stacktrace.h"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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