Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / x509 / x509_v3.c
index 83988cf19433833afc1a85fcaeaf86bec6c48036..18193c33fe29ce7e75a5aba5992e8eb5100bb407 100644 (file)
  */
 
 #include <stdio.h>
-#include "stack.h"
+#include <openssl/stack.h>
 #include "cryptlib.h"
-#include "asn1.h"
-#include "objects.h"
-#include "evp.h"
-#include "x509.h"
+#include <openssl/asn1.h>
+#include <openssl/objects.h>
+#include <openssl/evp.h>
+#include <openssl/x509.h>
 
 int X509v3_get_ext_count(STACK *x)
        {