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

Closes #4866 (again)

ext/yahttp/yahttp/yahttp-config.h

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