Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pdb2top.cpp
index 739dce9f152b41f7b5c08e4e89790e06ccfe691b..ec4f8927ce5d570c14cde224c8b774b9cb3e429c 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 <stdio.h>
 #include <math.h>
 #include <ctype.h>
 
 #include "gromacs/math/vec.h"
-#include "macros.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/futil.h"
 #include "pdb2top.h"
 #include "gpp_nextnb.h"
@@ -59,7 +59,7 @@
 #include "add_par.h"
 #include "toputil.h"
 #include "fflibutil.h"
-#include "copyrite.h"
+#include "gromacs/legacyheaders/copyrite.h"
 
 #include "gromacs/fileio/strdb.h"
 #include "gromacs/topology/residuetypes.h"