diff --git a/hyper.h b/hyper.h index 7e776bc2..b68879fe 100644 --- a/hyper.h +++ b/hyper.h @@ -633,8 +633,6 @@ color_t darkena(color_t c, int lev, int a); static const int DISTANCE_UNKNOWN = 127; -#include - template int addHook(hookset*& m, int prio, const U& hook) { if(!m) m = new hookset (); while(m->count(prio)) {