summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-12-06 20:22:09 +0000
committerCarl Hetherington <cth@carlh.net>2014-12-06 20:22:09 +0000
commit0c47b6b09d0aa0ad5495d8e9c57bfc47e905fc30 (patch)
tree4a9b3d86c6d899750e8662acf7125ea278a69381 /src
parentb5b97ce4ddb978369c5a07f2a5f1cb3347156721 (diff)
Unnecessary using.
Diffstat (limited to 'src')
-rw-r--r--src/lib/content.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/content.cc b/src/lib/content.cc
index bcfedb1f9..91faff116 100644
--- a/src/lib/content.cc
+++ b/src/lib/content.cc
@@ -37,7 +37,6 @@
#include "i18n.h"
using std::string;
-using std::set;
using std::list;
using std::cout;
using std::vector;