Change #include filenames from <foo.h> to <openssl.h>.
[openssl.git] / crypto / comp / c_rle.c
index 32fa05fa9ae984383a3c3f6b6a4049d4f79181ee..1a819e3737d9085d8221bc786eaad514c1b7371e 100644 (file)
@@ -1,8 +1,8 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
-#include "objects.h"
-#include "comp.h"
+#include <openssl/objects.h>
+#include <openssl/comp.h>
 
 static int rle_compress_block(COMP_CTX *ctx, unsigned char *out,
        unsigned int olen, unsigned char *in, unsigned int ilen);