Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / pgutil.c
index 76ea6c83b40e11ab2b066acbe068565f30525113..ff38d066acff9b546424ebe34c47f207541b1566 100644 (file)
  */
 /* This file is completely threadsafe - keep it that way! */
 
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
-#include "gromacs/utility/cstringutil.h"
+#include "gmxpre.h"
+
 #include "pgutil.h"
+
 #include <string.h>
-#include "gmx_fatal.h"
+
+#include "gromacs/utility/cstringutil.h"
+#include "gromacs/utility/fatalerror.h"
 
 #define BUFSIZE 1024
 static void atom_not_found(int fatal_errno, const char *file, int line,