Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / gpu_utils / gpu_utils.cu
index 4b91ca3951f1dc9a371088ad0e84b3cd6e163188..f8b741923eb6827ed853639308f7e4e29bee18c1 100644 (file)
  * the research papers on the package. Check out http://www.gromacs.org.
  */
 
-#include <stdio.h>
-#include <stdlib.h>
-#include <assert.h>
+#include "gmxpre.h"
 
-#include "types/hw_info.h"
+#include "gromacs/legacyheaders/gpu_utils.h"
 
-#include "gpu_utils.h"
-#include "../cuda_tools/cudautils.cuh"
+#include <assert.h>
+#include <stdio.h>
+#include <stdlib.h>
 
+#include "gromacs/gmxlib/cuda_tools/cudautils.cuh"
+#include "gromacs/legacyheaders/types/hw_info.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/smalloc.h"