Removed path from dfhack.h include.

develop
PatrikLundell 2017-09-01 15:10:53 +02:00
parent 80fe49b339
commit 831fa07fb2
1 changed files with 1 additions and 1 deletions

@ -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 <df/region_map_entry.h>
#include <df/world.h>
#include <df/world_data.h>