commit 757c5ccf1b2b61a7ca780f14fac95b3562289662 from: Omar Polo date: Sun Oct 20 17:18:57 2024 UTC clean up utf8.h includes that are no longer needed commit - 613281e454070fdd2fce96a5ef70af04ffb02f68 commit + 757c5ccf1b2b61a7ca780f14fac95b3562289662 blob - a5e03b8df279c4a7c853b64d6beaee58b93b6300 blob + 51879f8a54f8597d419453488c9996e9f3135edd --- cmd.c +++ cmd.c @@ -37,7 +37,6 @@ #include "session.h" #include "telescope.h" #include "ui.h" -#include "utf8.h" #include "utils.h" #define GUARD_RECURSIVE_MINIBUFFER() \ blob - 39a65d822fa0094de2c922da93c1c315408ff2b9 blob + a6da650003f887b0cc29d32106e708a9f9118a65 --- minibuffer.c +++ minibuffer.c @@ -39,7 +39,6 @@ #include "minibuffer.h" #include "session.h" #include "ui.h" -#include "utf8.h" #include "utils.h" #include "xwrapper.h"