Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fileio / md5.c
index 3a411741044d73599cab0aea3685506e09368d97..ff74cc68d073b5a4b4c5b73926a7c8424b48e48c 100644 (file)
@@ -36,6 +36,8 @@
  * 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). */
+#include "gmxpre.h"
+
 #include "config.h"
 
 #ifdef GMX_INTEGER_BIG_ENDIAN
@@ -97,6 +99,7 @@
  */
 
 #include "md5.h"
+
 #include <string.h>
 
 #undef BYTE_ORDER   /* 1 = big-endian, -1 = little-endian, 0 = unknown */