Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxlib / warninp.c
index 270245ca8525672972b9776b4ff8eff26512fe05..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.
  */
-#include "config.h"
+#include "gmxpre.h"
 
 #include <string.h>
 
 #include "gromacs/utility/smalloc.h"
-#include "copyrite.h"
+#include "gromacs/legacyheaders/copyrite.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/fatalerror.h"
-#include "warninp.h"
+#include "gromacs/legacyheaders/warninp.h"
 
 typedef struct warninp {
     gmx_bool bAllowWarnings;