Move e_os.h to be the very first include.
[openssl.git] / crypto / conf / conf_mod.c
index da591cba6366e22a5373afa30a16592e0299dbc3..7622d8e1f3385b16ed46345a1894640f848043c6 100644 (file)
@@ -7,11 +7,10 @@
  * https://www.openssl.org/source/license.html
  */
 
+#include "internal/cryptlib.h"
 #include <stdio.h>
 #include <ctype.h>
 #include <openssl/crypto.h>
-#include "internal/cryptlib.h"
-#include "e_os.h"
 #include "internal/conf.h"
 #include "internal/dso.h"
 #include <openssl/x509.h>