Move smalloc.h to utility/
[alexxy/gromacs.git] / src / gromacs / selection / compiler.cpp
index 3d9ff0ba5a41b2effb151c05d6b905efe25c3721..2cc7655e150458f3219d01c6f28dad56a788dd0d 100644 (file)
 #include <math.h>
 #include <stdarg.h>
 
-#include "gromacs/legacyheaders/smalloc.h"
 #include "gromacs/legacyheaders/vec.h"
 
 #include "gromacs/selection/indexutil.h"
 #include "gromacs/selection/selection.h"
 #include "gromacs/selection/selmethod.h"
 #include "gromacs/utility/exceptions.h"
+#include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/stringutil.h"
 
 #include "evaluate.h"