X-Git-Url: http://biod.pnpi.spb.ru/gitweb/?a=blobdiff_plain;f=src%2Fprograms%2Fview%2Flogo.cpp;h=ee182e2e235eff32d4c960064fd7523a17ca3fc5;hb=6d1bc0a87809729252a3e706b6ff24c9df35c57f;hp=fdab4e52333c5dbd3393f9f076ff3665a529b72f;hpb=30692f54df98c3e8612dfdb1aa288ed51a7444b3;p=alexxy%2Fgromacs.git diff --git a/src/programs/view/logo.cpp b/src/programs/view/logo.cpp index fdab4e5233..ee182e2e23 100644 --- a/src/programs/view/logo.cpp +++ b/src/programs/view/logo.cpp @@ -36,17 +36,18 @@ */ #include "gmxpre.h" +#include "logo.h" + #include -#include "gromacs/legacyheaders/macros.h" -#include "xutil.h" -#include "Xstuff.h" #include "gromacs/legacyheaders/copyrite.h" -#include "logo.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;