summaryrefslogtreecommitdiff
path: root/src/mongo/util/options_parser/option_section.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/util/options_parser/option_section.h')
-rw-r--r--src/mongo/util/options_parser/option_section.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mongo/util/options_parser/option_section.h b/src/mongo/util/options_parser/option_section.h
index 572e2b60e0d..1cfe5668170 100644
--- a/src/mongo/util/options_parser/option_section.h
+++ b/src/mongo/util/options_parser/option_section.h
@@ -29,7 +29,6 @@
#include "mongo/util/options_parser/option_description.h"
#include <boost/program_options.hpp>
-#include <boost/shared_ptr.hpp>
#include <list>
#include "mongo/base/status.h"
@@ -155,7 +154,7 @@ namespace optionenvironment {
* Populates the given vector with all the constraints for all options in this section and
* sub sections.
*/
- Status getConstraints(std::vector<boost::shared_ptr<Constraint > >* constraints) const;
+ Status getConstraints(std::vector<std::shared_ptr<Constraint > >* constraints) const;
std::string positionalHelpString(const std::string& execName) const;
std::string helpString() const;