From a4646740ecee1190a5f0d085b4aa172311a16ad8 Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Thu, 13 May 2021 14:47:14 -0400 Subject: [PATCH] Fix some includes. My editor was being too clever. Change-Id: I7044a09de83d3530583424eb5da2183039fb0643 Reviewed-on: https://boringssl-review.googlesource.com/c/boringssl/+/47484 Reviewed-by: Adam Langley --- crypto/x509/x509_test.cc | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/crypto/x509/x509_test.cc b/crypto/x509/x509_test.cc index 89441a85c..a3c7b66bf 100644 --- a/crypto/x509/x509_test.cc +++ b/crypto/x509/x509_test.cc @@ -19,12 +19,14 @@ #include +#include #include #include #include #include #include #include +#include #include #include #include @@ -33,9 +35,6 @@ #include "../internal.h" #include "../test/test_util.h" #include "../x509v3/internal.h" -#include "openssl/asn1.h" -#include "openssl/base.h" -#include "openssl/nid.h" std::string GetTestData(const char *path);