Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / warninp.c
index 9d9b5b79b69b516fadf5d764af58f68da4ab48c4..1721a470123534f1a1fe8012642d08aa8ac7b931 100644 (file)
  */
 #include "gmxpre.h"
 
+#include "gromacs/legacyheaders/warninp.h"
+
 #include <string.h>
 
-#include "gromacs/utility/smalloc.h"
 #include "gromacs/legacyheaders/copyrite.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
-#include "gromacs/legacyheaders/warninp.h"
+#include "gromacs/utility/smalloc.h"
 
 typedef struct warninp {
     gmx_bool bAllowWarnings;