diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-08-26 16:57:52 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-08-26 18:00:33 +0100 |
| commit | 14e4bc18e65378332604016bd6239861a083d5bf (patch) | |
| tree | 25690f8840fb49c808e8106c848e1891c6759ab6 /src/lib/audio_analysis.h | |
| parent | dbf43f9113d88245f27493fd5d6950ba142b7f1f (diff) | |
Include tidying src/lib/a-j*.h
Diffstat (limited to 'src/lib/audio_analysis.h')
| -rw-r--r-- | src/lib/audio_analysis.h | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/src/lib/audio_analysis.h b/src/lib/audio_analysis.h index 478b0e532..6c0be6987 100644 --- a/src/lib/audio_analysis.h +++ b/src/lib/audio_analysis.h @@ -20,12 +20,15 @@ #ifndef DCPOMATIC_AUDIO_ANALYSIS_H #define DCPOMATIC_AUDIO_ANALYSIS_H -#include <vector> -#include <list> -#include <boost/filesystem.hpp> -#include <boost/optional.hpp> +#include "dcpomatic_time.h" #include <libcxml/cxml.h> -#include "types.h" +#include <boost/optional.hpp> +#include <boost/filesystem.hpp> +#include <vector> + +namespace xmlpp { + class Element; +} class AudioPoint { |
