summaryrefslogtreecommitdiff
path: root/src/components/lazyimage.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/lazyimage.hpp')
-rw-r--r--src/components/lazyimage.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/lazyimage.hpp b/src/components/lazyimage.hpp
index 4d5a216..50db425 100644
--- a/src/components/lazyimage.hpp
+++ b/src/components/lazyimage.hpp
@@ -1,5 +1,4 @@
#pragma once
-#include <gtkmm.h>
// loads an image only when the widget is drawn for the first time
class LazyImage : public Gtk::Image {