Reorder inclusion of header files:
[openssl.git] / apps / nseq.c
index 93adcdfef8d65754c4a52472060d4ed3b0586859..c26f62cb6137d07c2a26d8b7dd56c3f559d6caeb 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include <string.h>
+#include "apps.h"
 #include <openssl/pem.h>
 #include <openssl/err.h>
-#include "apps.h"
 
 #undef PROG
 #define PROG nseq_main