X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=ucw%2Fprime.c;h=75d0bf2b2dac78fa8f6df5d21ffe9044e05bf8a1;hb=b4aae2e94174b491161bd461b049c6d1b3b3602f;hp=12655492f5c626f1dffc020de8f463b47080a125;hpb=1cf8ac51f5495ccd5187dc220ffc69e95d6e0cfc;p=libucw.git diff --git a/ucw/prime.c b/ucw/prime.c index 12655492..75d0bf2b 100644 --- a/ucw/prime.c +++ b/ucw/prime.c @@ -7,8 +7,8 @@ * of the GNU Lesser General Public License. */ -#include "ucw/lib.h" -#include "ucw/prime.h" +#include +#include static int /* Sequential search */ __isprime(uns x) /* We know x != 2 && x != 3 */