X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=ucw%2Fprime.c;h=75d0bf2b2dac78fa8f6df5d21ffe9044e05bf8a1;hb=e01a004c6470a98f710b724571cd8aafc19003be;hp=12655492f5c626f1dffc020de8f463b47080a125;hpb=689b60e4c61d300b576fdb7007de51189d2f0f7e;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 */