Some cleanup

This commit is contained in:
Jarryd Beck 2017-10-31 18:21:18 +11:00
parent 3f5bbb3062
commit 3c6bcb9046

View File

@ -22,8 +22,8 @@ THE SOFTWARE.
*/ */
#ifndef CXX_OPTS_HPP #ifndef CXXOPTS_HPP_INCLUDED
#define CXX_OPTS_HPP #define CXXOPTS_HPP_INCLUDED
#include <cstring> #include <cstring>
#include <cctype> #include <cctype>
@ -1877,8 +1877,4 @@ Options::group_help(const std::string& group) const
} }
#if defined(__GNU__) #endif //CXXOPTS_HPP_INCLUDED
#pragma GCC diagnostic pop
#endif
#endif //CXX_OPTS_HPP