Remove unnecessary config.h includes
[alexxy/gromacs.git] / src / programs / view / nleg.cpp
index 61a643610fa751a1ccba2fe397e3988c9eda19a0..0783bb6c849f30665c4d11628d0b5bd5b4d08a3c 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 <string.h>
 
 #include <algorithm>
 
-#include "macros.h"
+#include "gromacs/legacyheaders/types/rgb.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/smalloc.h"
 
 #include "buttons.h"