Remove unnecessary header includes
authorTim Mayberry <mojofunk@gmail.com>
Sat, 23 Jun 2012 03:51:41 +0000 (03:51 +0000)
committerTim Mayberry <mojofunk@gmail.com>
Sat, 23 Jun 2012 03:51:41 +0000 (03:51 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@12827 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/pbd/event_loop.cc
libs/pbd/file_manager.cc
libs/pbd/id.cc
libs/pbd/pool.cc
libs/pbd/pthread_utils.cc
libs/pbd/sndfile_manager.cc
libs/pbd/stateful_diff_command.cc
libs/pbd/transmitter.cc
libs/pbd/undo.cc
libs/pbd/xml++.cc

index 5c132037d3e07b10a92a3a7554f22265009519f7..6950c045ff0fba82e6232bcaa08e73b07d25cc56 100644 (file)
@@ -1,4 +1,3 @@
-#include <iostream>
 #include "pbd/event_loop.h"
 #include "pbd/stacktrace.h"
 
index bc3daa354732b4e14bc59cf95ca6275e5afa0f83..29ef7d6e6ee6245bc72b99b97b551ebcd02e6adf 100644 (file)
@@ -23,7 +23,6 @@
 #include <sys/stat.h>
 #include <fcntl.h>
 #include <cassert>
-#include <iostream>
 #include <cstdio>
 
 #ifdef __APPLE__
index d7ac1560a1c6698f7b37f0d18ec4531b04ceace4..9b04c88e656a83e55396af656ffcb05bbf82878d 100644 (file)
@@ -18,7 +18,6 @@
 */
 
 #include <ostream>
-#include <iostream>
 #include <stdio.h>
 
 #ifndef __STDC_FORMAT_MACROS
index 9a5e65332b4f18d24581876e843574a296b06c8f..0fc542f1ddc381c4fecfb199bdbc5bcd5eb023e9 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include <cstdlib>
-#include <iostream>
 #include <vector>
 #include <cstdlib>
 #include <cassert>
index d9e5ca40785f6c2aba4e76ad5876b68da8121338..92d92da592a62dcaaac2531bdfd5b08dbb9b9d9e 100644 (file)
@@ -19,7 +19,6 @@
 */
 
 #include <set>
-#include <iostream>
 #include <string>
 #include <cstring>
 #include <stdint.h>
index 98385156820340bb4ec2944b5bd56a0651c0a567..d1dcd0525657a38b875752d0428464d450889dd6 100644 (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"
index 0f456d2d6e6ac9f042501dd521968bc8f5609fc7..9e22f2bc649fcf14ded884b31bbe85955030285f 100644 (file)
@@ -17,8 +17,6 @@
 
 */
 
-#include <iostream>
-
 #include "pbd/stateful_diff_command.h"
 #include "pbd/property_list.h"
 #include "pbd/demangle.h"
index 9a2dda86c4a315778c5730c69b1efd075e3fa82f..aa5c75da19b653c3aba4cca9662108d5c20fbb98 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <cstdlib>
 #include <signal.h>
-#include <iostream>
 #include <string>
 
 #include "pbd/transmitter.h"
index c5c1cb238ad27f210cb892d8b38e29c27aecb3fb..42f7d574ea4030f44f486215901dedba64c0af25 100644 (file)
@@ -18,7 +18,6 @@
     $Id$
 */
 
-#include <iostream>
 #include <string>
 #include <sstream>
 #include <time.h>
index 3046f971ab17772a4d1c651a10c97b6c9161a1ee..7c6fffe7f80adda07cd478cf11bfb3baa14c4326 100644 (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>