Fix include typo
[folly.git] / folly / ssl / test / OpenSSLCertUtilsTest.cpp
index 46adbf4d5d207b7b3c19c7c0e705ad36f3764e08..53294e0add8ff296de4a7c82564e56cd1110c912 100644 (file)
@@ -20,8 +20,8 @@
 #include <folly/String.h>
 #include <folly/portability/GTest.h>
 #include <folly/portability/OpenSSL.h>
+#include <folly/ssl/Init.h>
 #include <folly/ssl/OpenSSLPtrTypes.h>
-#include <folly/ssl/Init.H>
 
 using namespace testing;
 using namespace folly;