diff options
| author | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:10:42 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2014-12-05 15:10:42 +0000 |
| commit | e894cfe3d891135d1b92b62603a464e42bd6ed5c (patch) | |
| tree | 645163456b39c9174bd3899bfa5aa5715e8f772d /src/lib/resampler.h | |
| parent | 3664b9abfab4b9d2b3a46322b585384dbc06208b (diff) | |
Some include tidying.
Diffstat (limited to 'src/lib/resampler.h')
| -rw-r--r-- | src/lib/resampler.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/resampler.h b/src/lib/resampler.h index 4ee11a7f0..21ef412de 100644 --- a/src/lib/resampler.h +++ b/src/lib/resampler.h @@ -17,13 +17,13 @@ */ -#include <boost/shared_ptr.hpp> -#include <boost/utility.hpp> +#include "types.h" +#include "audio_content.h" extern "C" { #include <libswresample/swresample.h> } -#include "types.h" -#include "audio_content.h" +#include <boost/shared_ptr.hpp> +#include <boost/utility.hpp> class AudioBuffers; |
