Use "" for include internal/xxx
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15468)
diff --git a/test/sparse_array_test.c b/test/sparse_array_test.c
index 2c7f5a8..69f830e 100644
--- a/test/sparse_array_test.c
+++ b/test/sparse_array_test.c
@@ -13,8 +13,7 @@
#include <limits.h>
#include <openssl/crypto.h>
-#include <internal/nelem.h>
-
+#include "internal/nelem.h"
#include "crypto/sparse_array.h"
#include "testutil.h"