From be3dc4cee63da92cfa1fa44a0bf90ab11ec7aaca Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 15 Nov 2016 16:57:48 +0200 Subject: Start switch to build2 --- cli/parser.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/parser.hxx') diff --git a/cli/parser.hxx b/cli/parser.hxx index 767b8da..69ae6e2 100644 --- a/cli/parser.hxx +++ b/cli/parser.hxx @@ -9,12 +9,12 @@ #include #include #include -#include // auto_ptr +#include // unique_ptr #include // size_t #include -#include "semantics/elements.hxx" -#include "semantics/unit.hxx" +#include +#include class token; class lexer; @@ -28,7 +28,7 @@ public: struct invalid_input {}; - std::auto_ptr + std::unique_ptr parse (std::istream& is, semantics::path const& path); private: -- cgit v1.1