Replace compat::make_unique with std::make_unique
[alexxy/gromacs.git] / src / gromacs / commandline / shellcompletions.cpp
index 7fe52b3884e69efe859d3241d00689a61c73b4d5..18b49bc812e1e11cc55a7ca8fa1f891e6cb103cb 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
- * Copyright (c) 2013,2014,2015,2016,2017,2018, by the GROMACS development team, led by
+ * Copyright (c) 2013,2014,2015,2016,2017,2018,2019, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -53,7 +53,6 @@
 
 #include "gromacs/commandline/cmdlinehelpcontext.h"
 #include "gromacs/commandline/pargs.h"
-#include "gromacs/compat/make_unique.h"
 #include "gromacs/fileio/filetypes.h"
 #include "gromacs/options/basicoptions.h"
 #include "gromacs/options/filenameoption.h"
@@ -222,7 +221,7 @@ TextWriter &ShellCompletionWriter::outputWriter()
 
 void ShellCompletionWriter::startCompletions()
 {
-    impl_->file_ = compat::make_unique<TextWriter>(impl_->binaryName_ + "-completion.bash");
+    impl_->file_ = std::make_unique<TextWriter>(impl_->binaryName_ + "-completion.bash");
 }
 
 void ShellCompletionWriter::writeModuleCompletions(