diff -urN aa/genius-0.7.2/src/genius.c genius-0.7.2/src/genius.c --- aa/genius-0.7.2/src/genius.c 2004-12-22 02:44:15.000000000 +0100 +++ genius-0.7.2/src/genius.c 2005-02-04 19:22:08.764857664 +0100 @@ -35,18 +35,6 @@ #include #include -#ifdef USE_NCURSES -#ifdef INC_NCURSES -#include -#include -#else -#include -#include -#endif -#else -#include -#endif - #include "calc.h" #include "eval.h" #include "util.h" @@ -62,6 +50,18 @@ #include #include +#ifdef USE_NCURSES +#ifdef INC_NCURSES +#include +#include +#else +#include +#include +#endif +#else +#include +#endif + /*Globals:*/ /*calculator state*/