diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-01-29 21:33:34 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-01-29 21:33:34 -0500 |
commit | 5a6f8cac09770d315fe4a3258fa6116e65750f24 (patch) | |
tree | d74c5407e4ba9b11700666ce1eed0c94984ae14a /src/components/memberlist.cpp | |
parent | ff47134dc64ac2f0fa7bfee64313b2522709b9b9 (diff) | |
download | abaddon-portaudio-5a6f8cac09770d315fe4a3258fa6116e65750f24.tar.gz abaddon-portaudio-5a6f8cac09770d315fe4a3258fa6116e65750f24.zip |
first pass compile time optimization
Diffstat (limited to 'src/components/memberlist.cpp')
-rw-r--r-- | src/components/memberlist.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/memberlist.cpp b/src/components/memberlist.cpp index 85ccd05..19b4fb8 100644 --- a/src/components/memberlist.cpp +++ b/src/components/memberlist.cpp @@ -1,6 +1,4 @@ #include "memberlist.hpp" -#include "abaddon.hpp" -#include "util.hpp" #include "lazyimage.hpp" #include "statusindicator.hpp" |