summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/server_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/server_test.cc b/src/tools/server_test.cc
index 9e9a01694..fdfceb567 100644
--- a/src/tools/server_test.cc
+++ b/src/tools/server_test.cc
@@ -29,7 +29,6 @@
#include "lib/video_decoder.h"
#include "lib/player.h"
#include "lib/player_video.h"
-#include "lib/data.h"
#include "lib/server_description.h"
#include <getopt.h>
#include <iostream>
@@ -41,6 +40,7 @@ using std::cerr;
using std::string;
using std::pair;
using boost::shared_ptr;
+using dcp::Data;
static shared_ptr<Film> film;
static ServerDescription* server;