From 2a6e80ad641e2fb8b486b7ff447e7f5f6b984353 Mon Sep 17 00:00:00 2001 From: Jarryd Beck Date: Fri, 3 Oct 2014 17:36:00 +1000 Subject: [PATCH] remove boost dependency --- src/cxxopts.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/cxxopts.hpp b/src/cxxopts.hpp index 75e8b1a..7daff79 100644 --- a/src/cxxopts.hpp +++ b/src/cxxopts.hpp @@ -26,13 +26,10 @@ THE SOFTWARE. #include #include #include -#include #include namespace cxxopts { - using boost::any; - class Value { public: