Replace compat::make_unique with std::make_unique
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / grompp.cpp
index d526d23a6e32900ea18342b97d907484b814dbd6..4e0922fd84cc496c32fb067617fc0a4554526950 100644 (file)
 #include <cstring>
 
 #include <algorithm>
+#include <memory>
 #include <vector>
 
 #include <sys/types.h>
 
 #include "gromacs/awh/read-params.h"
 #include "gromacs/commandline/pargs.h"
-#include "gromacs/compat/make_unique.h"
 #include "gromacs/ewald/ewald-utils.h"
 #include "gromacs/ewald/pme.h"
 #include "gromacs/fft/calcgrid.h"