Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fileio / writeps.c
index 6b76543a6da6b4bf5daba91ac48aa71a20436e26..a0ae4e15cb9719aa319be7a9eafbef634b198fdc 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 "writeps.h"
+#include "gmxpre.h"
 
-#include "config.h"
+#include "writeps.h"
 
 #include <stdio.h>
 
+#include "gromacs/fileio/gmxfio.h"
 #include "gromacs/utility/fatalerror.h"
-#include "gromacs/utility/smalloc.h"
-
 #include "gromacs/utility/futil.h"
-#include "gromacs/fileio/gmxfio.h"
+#include "gromacs/utility/smalloc.h"
 
 const char *fontnm[efontNR] = {
     "Times-Roman", "Times-Italic",     "Times-Bold",    "Times-BoldItalic",