From 5a6f8cac09770d315fe4a3258fa6116e65750f24 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 29 Jan 2023 21:33:34 -0500 Subject: first pass compile time optimization --- src/components/channeltabswitcherhandy.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/components/channeltabswitcherhandy.hpp') diff --git a/src/components/channeltabswitcherhandy.hpp b/src/components/channeltabswitcherhandy.hpp index 272cad0..f5a31fa 100644 --- a/src/components/channeltabswitcherhandy.hpp +++ b/src/components/channeltabswitcherhandy.hpp @@ -1,8 +1,7 @@ #pragma once // perhaps this should be conditionally included within cmakelists? #ifdef WITH_LIBHANDY - #include - #include + #include #include #include "discord/snowflake.hpp" #include "state.hpp" -- cgit v1.2.3