Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / warninp.c
index 3a1b6602f11ed9f69f4a8a9ea5f5ae7bb7ed0a76..9d9b5b79b69b516fadf5d764af58f68da4ab48c4 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 <string.h>
 
-#include "smalloc.h"
-#include "copyrite.h"
-#include "string2.h"
-#include "gmx_fatal.h"
-#include "warninp.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"
 
 typedef struct warninp {
     gmx_bool bAllowWarnings;