summaryrefslogtreecommitdiff
path: root/src/lib/encoder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/encoder.cc')
-rw-r--r--src/lib/encoder.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/encoder.cc b/src/lib/encoder.cc
index f48da1d3a..b03a2ce6a 100644
--- a/src/lib/encoder.cc
+++ b/src/lib/encoder.cc
@@ -33,7 +33,6 @@
#include "server_finder.h"
#include "player.h"
#include "player_video.h"
-#include "data.h"
#include "server_description.h"
#include "compose.hpp"
#include <libcxml/cxml.h>
@@ -52,6 +51,7 @@ using std::cout;
using boost::shared_ptr;
using boost::weak_ptr;
using boost::optional;
+using dcp::Data;
int const Encoder::_history_size = 25;