Sort includes outside src/gromacs
[alexxy/gromacs.git] / src / programs / view / logo.cpp
index ae4be9006e8732ec9c9c83af4e9e79b0c9a7cbea..ee182e2e235eff32d4c960064fd7523a17ca3fc5 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.
  */
-#include "config.h"
+#include "gmxpre.h"
 
-#include <stdlib.h>
-
-#include "macros.h"
-#include "xutil.h"
-#include "Xstuff.h"
-#include "copyrite.h"
 #include "logo.h"
 
+#include <stdlib.h>
+
+#include "gromacs/legacyheaders/copyrite.h"
+#include "gromacs/legacyheaders/macros.h"
 #include "gromacs/utility/real.h"
 #include "gromacs/utility/smalloc.h"
 
+#include "Xstuff.h"
+#include "xutil.h"
+
 typedef struct {
     int            x, y, rad;
     unsigned long *col;