Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / cuda_tools / pmalloc_cuda.cu
index 50ffadad74ce07654ab4490bbcaf3f4f9b6a8d81..d0c684d4ae0ae29b44d0891e79f673fb23202d68 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#include <stdlib.h>
+#include "gmxpre.h"
+
+#include "gromacs/legacyheaders/pmalloc_cuda.h"
 
-#include "cudautils.cuh"
-#include "pmalloc_cuda.h"
+#include <stdlib.h>
 
+#include "gromacs/gmxlib/cuda_tools/cudautils.cuh"
 #include "gromacs/utility/cstringutil.h"
 
 /*! Allocates nbytes of page-locked memory.