Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / simd / impl_x86_avx_256 / impl_x86_avx_256.h
index e688d14c94d7beb4678777131968fea812f595de..999b417d6899ce2fdf1da590f279546262a1b193 100644 (file)
 #ifndef GMX_SIMD_IMPL_X86_AVX_256_H
 #define GMX_SIMD_IMPL_X86_AVX_256_H
 
+#include "config.h"
+
 #include <math.h>
-#include <immintrin.h>
 
-#include "config.h"
+#include <immintrin.h>
 
 /* It is cleaner to start the AVX implementation from scratch rather than
  * first inheriting from SSE4.1, which in turn inherits from SSE2. However,