Merge branch 'untangle-includes'

This commit is contained in:
Jarryd Beck 2014-10-14 20:30:09 +11:00
commit 34a12a5232
2 changed files with 24 additions and 22 deletions

View File

@ -24,6 +24,8 @@ THE SOFTWARE.
#include "cxxopts.hpp"
#include <regex>
#define OPTION_LONGEST 30
#define OPTION_DESC_GAP 2

View File

@ -25,13 +25,13 @@ THE SOFTWARE.
#ifndef CXX_OPTS_HPP
#define CXX_OPTS_HPP
#include <regex>
#include <set>
#include <map>
#include <exception>
#include <sstream>
#include <iostream>
#include <map>
#include <memory>
#include <sstream>
#include <string>
#include <vector>
namespace cxxopts
{