summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2014-05-12 00:27:19 +0100
committerCarl Hetherington <cth@carlh.net>2014-05-12 00:27:19 +0100
commitdf3b86a07de00a1a48845bc82e2d96aa0fc531dc (patch)
tree95e7b2581762c523c24dbd6cfff8edf18bdb4507
parent89939e2862b61eedb4ababb22d3ae17fae179de8 (diff)
Remove include.
-rw-r--r--src/cxml.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cxml.cc b/src/cxml.cc
index 68ad109..b251ae7 100644
--- a/src/cxml.cc
+++ b/src/cxml.cc
@@ -19,7 +19,6 @@
#include <sstream>
#include <iostream>
-#include <boost/lexical_cast.hpp>
#include <boost/filesystem.hpp>
#include <boost/algorithm/string.hpp>
#include <libxml++/libxml++.h>