Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / nleg.cpp
index abb97ebd5f33cee84480d7dc584dc0eb0cd7c6db..3c1669d40bf86084b06941cf14b0d84490c8d143 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.
  */
-#ifdef HAVE_CONFIG_H
-#include <config.h>
-#endif
+#include "gmxpre.h"
+
+#include "nleg.h"
 
-#include <ctype.h>
 #include <string.h>
-#include <smalloc.h>
-#include <macros.h>
+
+#include <algorithm>
+
+#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;