Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fileio / md5.c
index c7cd9930858f27457d1ac4e734177191b5aa89b6..ff74cc68d073b5a4b4c5b73926a7c8424b48e48c 100644 (file)
@@ -36,9 +36,9 @@
  * the use of GMX_INTEGER_BIG_ENDIAN, and the renaming of the
  * functions md5_init, md5_append and md5_finish to have a gmx_ prefix
  * (to avoid name clashes). */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "config.h"
 
 #ifdef GMX_INTEGER_BIG_ENDIAN
 #define ARCH_IS_BIG_ENDIAN 1
@@ -99,6 +99,7 @@
  */
 
 #include "md5.h"
+
 #include <string.h>
 
 #undef BYTE_ORDER   /* 1 = big-endian, -1 = little-endian, 0 = unknown */