Sort all includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxana / gmx_saxs.c
index 9b23bde9849c4d7983c89571aadff47cf76e6163..30967feab71464ac42c24f784e2984a6f2594ab8 100644 (file)
 
 #include "gmxpre.h"
 
-#include "config.h"
-
 #include <math.h>
 
-#include "gromacs/legacyheaders/macros.h"
-#include "gromacs/legacyheaders/copyrite.h"
-#include "gmx_ana.h"
-#include "sfactor.h"
-
 #include "gromacs/commandline/pargs.h"
+#include "gromacs/gmxana/gmx_ana.h"
+#include "gromacs/gmxana/sfactor.h"
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/smalloc.h"
 
 int gmx_saxs(int argc, char *argv[])