]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/prime.c
logoutput: Clean up --help message
[libucw.git] / ucw / prime.c
index 1139aa263f4799a3f886bdedde1daeca019c3ee3..75d0bf2b2dac78fa8f6df5d21ffe9044e05bf8a1 100644 (file)
@@ -7,7 +7,8 @@
  *     of the GNU Lesser General Public License.
  */
 
-#include "ucw/lib.h"
+#include <ucw/lib.h>
+#include <ucw/prime.h>
 
 static int                             /* Sequential search */
 __isprime(uns x)                       /* We know x != 2 && x != 3 */