]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Remove a relative import in yahttp-config.h 5012/head
authorPieter Lexis <pieter.lexis@powerdns.com>
Wed, 11 Jan 2017 22:06:51 +0000 (23:06 +0100)
committerPieter Lexis <pieter.lexis@powerdns.com>
Tue, 14 Feb 2017 12:47:40 +0000 (13:47 +0100)
We set our include directories nowadays.

Closes #4866 (again)

(cherry picked from commit 4c3c83f3bc1eecd82d09e1e527108fae98ce1fda)

ext/yahttp/yahttp/yahttp-config.h

index d50f0949f709798f7dea215c9088988f7a70c0be..1ac2545de8db1ffc84b25ec01182efaf1ba8ca3b 100644 (file)
@@ -1 +1 @@
-#include "../../../config.h"
+#include "config.h"