From 818eeb2137a6ab01a106bd9a73401f27a1eea028 Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Wed, 8 Jun 2022 14:45:38 +0200 Subject: [PATCH] Remove unused include --- src/plugin/utils.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugin/utils.cpp b/src/plugin/utils.cpp index c395a2d4..ae2a7b43 100644 --- a/src/plugin/utils.cpp +++ b/src/plugin/utils.cpp @@ -25,9 +25,6 @@ #include "../common/configuration.h" #include "../common/utils.h" -// FIXME: This should be passed as an argument instead -#include "../common/linking.h" - namespace fs = ghc::filesystem; // These functions are used to populate the fields in `PluginInfo`. See the