Include trimming.
authorCarl Hetherington <cth@carlh.net>
Tue, 18 Aug 2015 15:38:09 +0000 (16:38 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 18 Aug 2015 15:38:09 +0000 (16:38 +0100)
src/lib/encoder.h

index 47eef823bc6705c9c4ae38429bd09da742b0b58c..06a963a21f1dfeea16e1043734340ae8d28d0506 100644 (file)
 #ifndef DCPOMATIC_ENCODER_H
 #define DCPOMATIC_ENCODER_H
 
-/** @file src/encoder.h
+/** @file  src/encoder.h
  *  @brief Encoder class.
  */
 
 #include "util.h"
-#include "config.h"
 #include "cross.h"
-#include "exceptions.h"
-extern "C" {
-#include <libavutil/samplefmt.h>
-#include <libswresample/swresample.h>
-}
 #include <boost/shared_ptr.hpp>
 #include <boost/thread/mutex.hpp>
 #include <boost/thread/condition.hpp>
 #include <boost/thread.hpp>
 #include <boost/optional.hpp>
+#include <boost/signals2.hpp>
 #include <list>
 #include <stdint.h>