Drop <vector> from Config

Vladimir Stackov 2015-01-30 11:31:44 +03:00
parent 9cae833045
commit 7cf6c76590
1 changed files with 0 additions and 2 deletions

View File

@ -4,7 +4,6 @@
#ifndef CONFIG_HH_INCLUDED
#define CONFIG_HH_INCLUDED
#include <vector>
#include <string>
#include <bitset>
#include <google/protobuf/text_format.h>
@ -21,7 +20,6 @@
using std::string;
using std::bitset;
using std::vector;
class Config
{