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: auth-4.0.4-rc1~32^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8339c0b198af909ea88e20c0efc29c3b3b35554f;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"