summaryrefslogtreecommitdiff
path: root/test/hints_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/hints_test.cc')
-rw-r--r--test/hints_test.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/hints_test.cc b/test/hints_test.cc
index 5222f9046..1be36193a 100644
--- a/test/hints_test.cc
+++ b/test/hints_test.cc
@@ -28,14 +28,13 @@
#include "lib/text_content.h"
#include "lib/util.h"
#include "test.h"
-#include <boost/shared_ptr.hpp>
#include <boost/test/unit_test.hpp>
using std::string;
using std::vector;
using boost::optional;
-using boost::shared_ptr;
+using std::shared_ptr;
vector<string> current_hints;