Remove unused or unnecessary header includes

git-svn-id: svn://localhost/ardour2/branches/3.0@12905 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Tim Mayberry 2012-06-23 05:09:51 +00:00
parent 3959e5bf02
commit 1f440fbfec
10 changed files with 0 additions and 15 deletions

View 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"

View 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"

View 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"

View file

@ -2,7 +2,6 @@
#include <stdlib.h>
#include "filesystem_test.h"
#include "pbd/file_utils.h"
#include "pbd/filesystem.h"
using namespace std;

View 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"