Move smalloc.h to utility/
[alexxy/gromacs.git] / src / gromacs / commandline / pargs.cpp
index 148f5a2217153c0d42efecd4806af8c8b2bb9150..d0595c1712e534a6acb58f25613a74738427a153 100644 (file)
@@ -61,7 +61,6 @@
 #include "gromacs/legacyheaders/gmx_fatal.h"
 #include "gromacs/legacyheaders/macros.h"
 #include "gromacs/legacyheaders/network.h"
-#include "gromacs/legacyheaders/smalloc.h"
 #include "gromacs/legacyheaders/string2.h"
 
 #include "gromacs/commandline/cmdlinehelpcontext.h"
@@ -75,6 +74,7 @@
 #include "gromacs/utility/exceptions.h"
 #include "gromacs/utility/gmxassert.h"
 #include "gromacs/utility/programcontext.h"
+#include "gromacs/utility/smalloc.h"
 #include "gromacs/utility/stringutil.h"
 
 /* The source code in this file should be thread-safe.