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

gtk2_ardour/editor_actions.cc
gtk2_ardour/export_dialog.cc
gtk2_ardour/export_range_markers_dialog.cc
gtk2_ardour/mixer_actor.cc
gtk2_ardour/step_entry.cc
libs/ardour/session.cc
libs/ardour/session_state.cc
libs/ardour/session_state_utils.cc
libs/pbd/test/filesystem_test.cc
libs/surfaces/osc/osc.cc

index d0e1023362318da677a26cc566d2cd6efa1b1b7d..d2c53dc01cf9538f50b0a0bc89b00fd2c8191e50 100644 (file)
@@ -20,9 +20,7 @@
 #include <gio/gio.h>
 #include <gtk/gtkiconfactory.h>
 
-#include "pbd/filesystem.h"
 #include "pbd/file_utils.h"
-#include "pbd/search_path.h"
 
 #include "gtkmm2ext/tearoff.h"
 
index 5ba3b6de0acd1b03a92e478a5e1ce0c7382cdb16..34113c47a5723c6625bfc3117097cdd0d4f2887d 100644 (file)
@@ -21,8 +21,6 @@
 
 #include <sigc++/signal.h>
 
-#include "pbd/filesystem.h"
-
 #include "ardour/audioregion.h"
 #include "ardour/export_status.h"
 #include "ardour/export_handler.h"
index 5c73e20d071d1ab0780dc8a5cc79225d683582d7..4b991629743ca4a598e0fe7c953e7d13cffbcfb3 100644 (file)
@@ -22,8 +22,6 @@
 
 #include <sstream>
 
-#include "pbd/filesystem.h"
-
 #include "ardour/audioengine.h"
 #include "ardour/sndfile_helpers.h"
 
index 9922195abe42396ce814f840fb0011f14cad2211..6a60fd0bf1ab3c540f6a2e92dea4413cb8af8582 100644 (file)
@@ -23,9 +23,7 @@
 
 #include <boost/foreach.hpp>
 
-#include "pbd/filesystem.h"
 #include "pbd/file_utils.h"
-#include "pbd/search_path.h"
 #include "pbd/error.h"
 
 #include "ardour/filesystem_paths.h"
index 91994397603136d9922c5d7f1c67c4411fbadbd0..fd53fd55ff3704fb912c8514ab9a8f644389387a 100644 (file)
@@ -19,7 +19,6 @@
 
 #include <iostream>
 
-#include "pbd/filesystem.h"
 #include "pbd/file_utils.h"
 
 #include "gtkmm2ext/keyboard.h"
index d39d1689869e39c8c9ccbedbeb9f22949634b42d..f6d5b2bbd1dba04a47a59c1b1231c6447802cba6 100644 (file)
@@ -45,9 +45,7 @@
 #include "pbd/file_utils.h"
 #include "pbd/convert.h"
 #include "pbd/strsplit.h"
-#include "pbd/strsplit.h"
 #include "pbd/unwind.h"
-#include "pbd/filesystem.h"
 
 #include "ardour/amp.h"
 #include "ardour/analyser.h"
index 1389d1ac165d153e0515287fd220aa6400e3a76d..4935e8b432be806de909484fcdc5a3cec278fed1 100644 (file)
@@ -72,7 +72,6 @@
 #include "pbd/file_utils.h"
 #include "pbd/pathscanner.h"
 #include "pbd/pthread_utils.h"
-#include "pbd/search_path.h"
 #include "pbd/stacktrace.h"
 #include "pbd/convert.h"
 #include "pbd/clear_dir.h"
index 94cbe9f23210618a406387cff090b2fc05b8a0d7..13d65e5b3c404d42187905637269bd78a809bea6 100644 (file)
@@ -26,7 +26,6 @@
 #include "pbd/compose.h"
 #include "pbd/error.h"
 #include "pbd/file_utils.h"
-#include "pbd/filesystem.h"
 
 #include "ardour/session_state_utils.h"
 #include "ardour/filename_extensions.h"
index c8479acdeaf899273ba620927e1d8e76c39342fd..ce2faadc822a564b7344efc0f017b793a0821249 100644 (file)
@@ -2,7 +2,6 @@
 #include <stdlib.h>
 #include "filesystem_test.h"
 #include "pbd/file_utils.h"
-#include "pbd/filesystem.h"
 
 using namespace std;
 
index 731d3f300aba2f905416b166f01fe372df08f8a3..475dd3678c9c759af903fdeba3aa7aa58fe65220 100644 (file)
@@ -32,7 +32,6 @@
 
 #include <pbd/pthread_utils.h>
 #include <pbd/file_utils.h>
-#include <pbd/filesystem.h>
 #include <pbd/failed_constructor.h>
 
 #include "ardour/session.h"