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/lazyimage.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/components/lazyimage.cpp') diff --git a/src/components/lazyimage.cpp b/src/components/lazyimage.cpp index 1f005f3..13bd65d 100644 --- a/src/components/lazyimage.cpp +++ b/src/components/lazyimage.cpp @@ -1,7 +1,6 @@ #include "lazyimage.hpp" #include -#include "abaddon.hpp" LazyImage::LazyImage(int w, int h, bool use_placeholder) : m_width(w) -- cgit v1.2.3