summaryrefslogtreecommitdiff
path: root/libs/audiographer
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-19 03:34:02 +0000
committerDavid Robillard <d@drobilla.net>2011-10-19 03:34:02 +0000
commit9040cbf82a9fcb78583dc4e77df2a54bea827b45 (patch)
tree056737255e50d6604275b735fbc800e65e98d1c3 /libs/audiographer
parent20de2657a48bb35972e5bc66bba7db2db8ca00f7 (diff)
Trim the include tree.
git-svn-id: svn://localhost/ardour2/branches/3.0@10227 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/audiographer')
-rw-r--r--libs/audiographer/audiographer/sndfile/sndfile_writer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/audiographer/audiographer/sndfile/sndfile_writer.h b/libs/audiographer/audiographer/sndfile/sndfile_writer.h
index 7b3c2968ff..6e8ecc2567 100644
--- a/libs/audiographer/audiographer/sndfile/sndfile_writer.h
+++ b/libs/audiographer/audiographer/sndfile/sndfile_writer.h
@@ -1,10 +1,10 @@
#ifndef AUDIOGRAPHER_SNDFILE_WRITER_H
#define AUDIOGRAPHER_SNDFILE_WRITER_H
-#include <boost/signals2.hpp>
-#include <boost/format.hpp>
#include <string>
+#include <boost/format.hpp>
+
#include "audiographer/flag_debuggable.h"
#include "audiographer/sink.h"
#include "audiographer/types.h"