Manually sort some includes in src/gromacs
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / gpp_nextnb.c
index a5002347d0b0ce11f784f9ae18a39ab431cbe239..ac779b14bdb2489eb34c261b3a3bc26a23597475 100644 (file)
 /* This file is completely threadsafe - keep it that way! */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "gpp_nextnb.h"
 
 #include <stdlib.h>
 
-/* #define DEBUG_NNB */
-#include "gpp_nextnb.h"
-#include "toputil.h"
-
+#include "gromacs/gmxpreprocess/toputil.h"
 #include "gromacs/utility/fatalerror.h"
 #include "gromacs/utility/smalloc.h"
 
+/* #define DEBUG_NNB */
+
 typedef struct {
     int ai, aj;
 } sortable;