From 95280060b869f266beaff023dd63d74905c39ef4 Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 15 Jun 2019 13:09:49 +0200 Subject: No need for settings class --- common/placer1.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/placer1.h') diff --git a/common/placer1.h b/common/placer1.h index 4c7c7339..0f2e2894 100644 --- a/common/placer1.h +++ b/common/placer1.h @@ -20,11 +20,11 @@ #define PLACE_H #include "nextpnr.h" -#include "settings.h" +#include "log.h" NEXTPNR_NAMESPACE_BEGIN -struct Placer1Cfg : public Settings +struct Placer1Cfg { Placer1Cfg(Context *ctx); float constraintWeight; -- cgit v1.2.3