]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/prime.c
Opt: Make OPT_LAST_ARG actually work and document interface of opt_parse()
[libucw.git] / ucw / prime.c
index 12655492f5c626f1dffc020de8f463b47080a125..75d0bf2b2dac78fa8f6df5d21ffe9044e05bf8a1 100644 (file)
@@ -7,8 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
-#include "ucw/prime.h"
+#include <ucw/lib.h>
+#include <ucw/prime.h>
 
 static int                             /* Sequential search */
 __isprime(uns x)                       /* We know x != 2 && x != 3 */