Move e_os.h to be the very first include.
[openssl.git] / ssl / d1_lib.c
index e4abe92ac1be4d065a4c0acf58a26880188defc3..6c594a268606d7fa6194ee866767f22e2ef51c37 100644 (file)
@@ -7,11 +7,11 @@
  * https://www.openssl.org/source/license.html
  */
 
  * https://www.openssl.org/source/license.html
  */
 
+#include "e_os.h"
 #include <stdio.h>
 #include <openssl/objects.h>
 #include <openssl/rand.h>
 #include "ssl_locl.h"
 #include <stdio.h>
 #include <openssl/objects.h>
 #include <openssl/rand.h>
 #include "ssl_locl.h"
-#include "e_os.h"
 
 #if defined(OPENSSL_SYS_VXWORKS)
 # include <sys/times.h>
 
 #if defined(OPENSSL_SYS_VXWORKS)
 # include <sys/times.h>