]> err.no Git - yubikey-personalization/commitdiff
move ykcore_lcl.h include to be next to other yubikey includes
authorKlas Lindfors <klas@yubico.com>
Thu, 26 Apr 2012 12:40:14 +0000 (14:40 +0200)
committerKlas Lindfors <klas@yubico.com>
Thu, 26 Apr 2012 12:40:14 +0000 (14:40 +0200)
ykpers-args.c

index 25000033c0d86d58e692b5a22f4d2edf3bc94f56..678999e692fd76a8de0e0aaa36f962257196ba55 100644 (file)
@@ -29,7 +29,6 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include "ykcore_lcl.h"
 
 #include <stdlib.h>
 #include <stdio.h>
@@ -38,6 +37,7 @@
 #include <unistd.h>
 #include <errno.h>
 
+#include <ykcore_lcl.h>
 #include <ykpers.h>
 #include <yubikey.h> /* To get yubikey_modhex_encode and yubikey_hex_encode */
 #include <ykdef.h>