Replace compat::make_unique with std::make_unique
[alexxy/gromacs.git] / src / gromacs / topology / atomprop.cpp
index 47dd6acea5719ad519cad56b199c4e00c3c1d7d3..16bec32ef99f22208e00b9b6b9f30c0017812c99 100644 (file)
@@ -44,8 +44,8 @@
 #include <cstring>
 
 #include <algorithm>
+#include <memory>
 
-#include "gromacs/compat/make_unique.h"
 #include "gromacs/math/functions.h"
 #include "gromacs/math/utilities.h"
 #include "gromacs/topology/residuetypes.h"