Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxlib / warninp.c
index 9da44c99d9a03af5c52bd647eaa815ff034ce64a..1721a470123534f1a1fe8012642d08aa8ac7b931 100644 (file)
  * To help us fund GROMACS development, we humbly ask that you cite
  * the research papers on the package. Check out http://www.gromacs.org.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "gromacs/legacyheaders/warninp.h"
 
 #include <string.h>
 
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/utility/cstringutil.h"
+#include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
-#include "copyrite.h"
-#include "string2.h"
-#include "gmx_fatal.h"
-#include "warninp.h"
 
 typedef struct warninp {
     gmx_bool bAllowWarnings;