Remove a duplicated '#include <stdio.h>' line.
authoryasuoka <yasuoka@openbsd.org>
Mon, 19 Oct 2015 09:47:37 +0000 (09:47 +0000)
committeryasuoka <yasuoka@openbsd.org>
Mon, 19 Oct 2015 09:47:37 +0000 (09:47 +0000)
usr.sbin/radiusd/radiusd_module.c

index a75ec29..c82bc9c 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: radiusd_module.c,v 1.5 2015/10/19 07:18:31 yasuoka Exp $      */
+/*     $OpenBSD: radiusd_module.c,v 1.6 2015/10/19 09:47:37 yasuoka Exp $      */
 
 /*
  * Copyright (c) 2015 YASUOKA Masahiko <yasuoka@yasuoka.net>
@@ -28,7 +28,6 @@
 #include <fcntl.h>
 #include <imsg.h>
 #include <stdio.h>
-#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <syslog.h>