Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / fileio / xvgr.cpp
index dddebce5a1c73e78c2739d19cb94e3bd4d83f846..fc65cf8d02b6dda047a9c1944512f82718df7fcb 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "gromacs/fileio/xvgr.h"
+#include "xvgr.h"
 
 #include "config.h"
 
-#include <string.h>
 #include <ctype.h>
+#include <string.h>
 #include <time.h>
 
 #ifdef HAVE_SYS_TIME_H
 #include <sys/time.h>
 #endif
 
+#include "gromacs/fileio/gmxfio.h"
 #include "gromacs/legacyheaders/copyrite.h"
 #include "gromacs/legacyheaders/oenv.h"
-
-#include "gromacs/fileio/gmxfio.h"
 #include "gromacs/math/vec.h"
 #include "gromacs/utility/cstringutil.h"
 #include "gromacs/utility/exceptions.h"