Better to not have blanks in .cvsignore files
[openssl.git] / crypto / objects / obj_lib.c
index 1f0b9060485bf69c2b0087cd322f36a8d60eff52..1a1ba0fc063cf548d935c17cef95ece4cddb4c26 100644 (file)
@@ -58,9 +58,9 @@
 
 #include <stdio.h>
 #include "cryptlib.h"
-#include "lhash.h"
-#include "objects.h"
-#include "buffer.h"
+#include <openssl/lhash.h>
+#include <openssl/objects.h>
+#include <openssl/buffer.h>
 
 ASN1_OBJECT *OBJ_dup(ASN1_OBJECT *o)
        {