From 20246c48b8b8ad32578e8430ed737a1d27381809 Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Tue, 31 Dec 2024 21:08:32 -0600 Subject: [PATCH] remove unneeded includes from `cxxrandom.cpp` --- plugins/cxxrandom.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/plugins/cxxrandom.cpp b/plugins/cxxrandom.cpp index 498847316e..3f6a405598 100644 --- a/plugins/cxxrandom.cpp +++ b/plugins/cxxrandom.cpp @@ -25,9 +25,6 @@ Updated: Dec. 21 2017 #include #include -#include "Console.h" -#include "Error.h" -#include "Export.h" #include "DataFuncs.h" #include "PluginManager.h" #include "PluginLua.h"