Move smalloc.h to utility/
[alexxy/gromacs.git] / src / gromacs / selection / params.cpp
index f4cc64a6ca8c54abe4d4003d52fffd9f7ce2de91..28686b059e50a5495ae39271fd832b176240516c 100644 (file)
@@ -42,7 +42,6 @@
 #include <algorithm>
 #include <string>
 
-#include "gromacs/legacyheaders/smalloc.h"
 #include "gromacs/legacyheaders/vec.h"
 
 #include "gromacs/selection/position.h"
@@ -51,6 +50,7 @@
 #include "gromacs/utility/exceptions.h"
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/messagestringcollector.h"
+#include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/stringutil.h"
 
 #include "parsetree.h"