From 831fa07fb2fdd29c432bb0478e0f3b3e9484f43b Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Fri, 1 Sep 2017 15:10:53 +0200 Subject: [PATCH] Removed path from dfhack.h include. --- plugins/embark-assistant/biome_type.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/embark-assistant/biome_type.cpp b/plugins/embark-assistant/biome_type.cpp index 82603a004..20ae086bf 100644 --- a/plugins/embark-assistant/biome_type.cpp +++ b/plugins/embark-assistant/biome_type.cpp @@ -29,7 +29,7 @@ misrepresented as being the original software. // You can always find the latest version of this plugin in Github // https://github.com/ragundo/exportmaps -#include "../../include/dfhack.h" +#include "dfhack.h" #include #include #include