Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / cuda_tools / cudautils.cu
index f6fb250065e972e5241cde8d39382999c8a00991..44a18eaec48ca2bf09ef6900aa3b95c44f7a9657 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
+#include "gmxpre.h"
+
+#include "cudautils.cuh"
+
 #include <stdlib.h>
 
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/legacyheaders/typedefs.h"
-#include "cudautils.cuh"
+#include "gromacs/utility/smalloc.h"
 
 /*** Generic CUDA data operation wrappers ***/