From cf2783f792ee634ffbbb36311c9f69956b1d107e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 9 May 2012 16:45:09 +0200 Subject: Use standard containers instead of ones from libcult --- xsd-frontend/parser.hxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'xsd-frontend/parser.hxx') diff --git a/xsd-frontend/parser.hxx b/xsd-frontend/parser.hxx index 3e1ff8a..3e76285 100644 --- a/xsd-frontend/parser.hxx +++ b/xsd-frontend/parser.hxx @@ -6,8 +6,9 @@ #ifndef XSD_FRONTEND_PARSER_HXX #define XSD_FRONTEND_PARSER_HXX +#include + #include -#include #include @@ -30,7 +31,7 @@ namespace XSDFrontend // Set of disabled warning IDs. Special ID "all" disables all // warnings. // - typedef Cult::Containers::Set WarningSet; + typedef std::set WarningSet; class Parser: public NonCopyable { -- cgit v1.1