From 4c3c83f3bc1eecd82d09e1e527108fae98ce1fda Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Wed, 11 Jan 2017 23:06:51 +0100 Subject: [PATCH] Remove a relative import in yahttp-config.h We set our include directories nowadays. Closes #4866 (again) --- ext/yahttp/yahttp/yahttp-config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/yahttp/yahttp/yahttp-config.h b/ext/yahttp/yahttp/yahttp-config.h index d50f0949f7..1ac2545de8 100644 --- a/ext/yahttp/yahttp/yahttp-config.h +++ b/ext/yahttp/yahttp/yahttp-config.h @@ -1 +1 @@ -#include "../../../config.h" +#include "config.h" -- 2.47.2