From 7cf6c765907fa3d566e6de3f5be4f0be2ab28d37 Mon Sep 17 00:00:00 2001 From: Vladimir Stackov Date: Fri, 30 Jan 2015 11:31:44 +0300 Subject: [PATCH] Drop from Config --- config.hh | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.hh b/config.hh index e87f837..8304dc6 100644 --- a/config.hh +++ b/config.hh @@ -4,7 +4,6 @@ #ifndef CONFIG_HH_INCLUDED #define CONFIG_HH_INCLUDED -#include #include #include #include @@ -21,7 +20,6 @@ using std::string; using std::bitset; -using std::vector; class Config {