From 18a705f8d5407c42f875f4dae08564f41ff5773d Mon Sep 17 00:00:00 2001 From: Nanosonde <2073569+nanosonde@users.noreply.github.com> Date: Tue, 14 Jul 2020 13:26:46 +0200 Subject: [PATCH] Remove include --- src/knx/simple_functional.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/knx/simple_functional.h b/src/knx/simple_functional.h index 5f9724f..d9a4286 100644 --- a/src/knx/simple_functional.h +++ b/src/knx/simple_functional.h @@ -1,5 +1,4 @@ #pragma once -#include // // Basis is https://shaharmike.com/cpp/naive-std-function/