clang-tidy modernize
[alexxy/gromacs.git] / src / gromacs / selection / mempool.cpp
index aebe432598b2679a264f7cf3e692909cde581c82..d7c7cd3759f99e901e582a82c7c6bb8b423eac9b 100644 (file)
@@ -43,7 +43,7 @@
 
 #include "mempool.h"
 
-#include <stdlib.h>
+#include <cstdlib>
 
 #include <new>