Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / gpu_utils / gpu_utils.cu
index 542e3a8fb954c392dcc889e541648e80988b5a3d..f8b741923eb6827ed853639308f7e4e29bee18c1 100644 (file)
 
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/gpu_utils.h"
+
+#include <assert.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <assert.h>
 
+#include "gromacs/gmxlib/cuda_tools/cudautils.cuh"
 #include "gromacs/legacyheaders/types/hw_info.h"
-
-#include "gromacs/legacyheaders/gpu_utils.h"
-#include "../cuda_tools/cudautils.cuh"
-
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/smalloc.h"