From: Pieter Lexis Date: Wed, 11 Jan 2017 22:06:51 +0000 (+0100) Subject: Remove a relative import in yahttp-config.h X-Git-Tag: rec-4.0.5-rc1~24^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F5012%2Fhead;p=thirdparty%2Fpdns.git Remove a relative import in yahttp-config.h We set our include directories nowadays. Closes #4866 (again) (cherry picked from commit 4c3c83f3bc1eecd82d09e1e527108fae98ce1fda) --- 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"