Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / nleg.cpp
index 53cb169be0ba0f943ac6e36f839459f3c7edbb80..3c1669d40bf86084b06941cf14b0d84490c8d143 100644 (file)
  */
 #include "gmxpre.h"
 
-#include "config.h"
+#include "nleg.h"
 
 #include <string.h>
 
 #include <algorithm>
 
-#include "gromacs/legacyheaders/types/rgb.h"
 #include "gromacs/legacyheaders/macros.h"
+#include "gromacs/legacyheaders/types/rgb.h"
 #include "gromacs/utility/smalloc.h"
 
 #include "buttons.h"
-#include "nleg.h"
 
 typedef struct {
     const char    *tp;