]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/primetable.c
Heap: Interface cleanup
[libucw.git] / ucw / primetable.c
index efece4f3a0325c930bb48e84f6f97fb43dab0672..58ef62c9d58130ebbc795a509a42d15db940abd6 100644 (file)
@@ -7,8 +7,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/binsearch.h"
+#include <ucw/lib.h>
+#include <ucw/prime.h>
+#include <ucw/binsearch.h>
 
 /* A table of odd primes, each is about 1.2 times the previous one */
 static uns prime_table[] = {