Remove redundant ifdef.
[openssl.git] / crypto / ex_data.c
index 01d1e51693adb1358f0a2c69ccdcfcca368c93fe..a60d58e81fa4c4f066b9fd2f93d094d05dc8c543 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include "buffer.h"
-#include "bio.h"
-#include "lhash.h"
+#include <openssl/buffer.h>
+#include <openssl/bio.h>
+#include <openssl/lhash.h>
 #include "cryptlib.h"
 
 int CRYPTO_get_ex_new_index(int idx, STACK **skp, long argl, char *argp,