Cleanup: test tidying.
[dcpomatic.git] / test / audio_ring_buffers_test.cc
index 6efd8fbf8e58c9ba34def776881b0a75d4fedc22..ef64f5fbaca84cae4964115d2f7f3041c9ee8f25 100644 (file)
 
 */
 
+
 #include "lib/audio_ring_buffers.h"
 #include <boost/test/unit_test.hpp>
-#include <iostream>
 
-using std::cout;
+
 using std::make_shared;
-using std::shared_ptr;
 using namespace dcpomatic;
 
+
 #define CANARY 9999
 
+
 /* XXX: these tests don't check the timestamping in AudioRingBuffers */
 
 /** Basic tests fetching the same number of channels as went in */