Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / warninp.c
index bdf882dafd21ae44dfca28df5ecd03ea16ab70d4..1721a470123534f1a1fe8012642d08aa8ac7b931 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.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;