]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/primetable.c
Doc: Updated the list of contributors
[libucw.git] / ucw / primetable.c
index 22cc1ec7343c67415751eb95a0c193ca84b1b2d5..58ef62c9d58130ebbc795a509a42d15db940abd6 100644 (file)
@@ -7,9 +7,9 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/prime.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[] = {