diff --git a/src/helpers.h b/src/helpers.h index 8e3c179c..9ffe5c51 100644 --- a/src/helpers.h +++ b/src/helpers.h @@ -21,6 +21,7 @@ #ifndef _HELPERS_H #define _HELPERS_H +#include "misc.h" #include "mpdpp.h" #include "ncmpcpp.h" #include "settings.h" diff --git a/src/menu.h b/src/menu.h index 80001a1a..3f4f357b 100644 --- a/src/menu.h +++ b/src/menu.h @@ -26,7 +26,6 @@ #include "window.h" #include "strbuffer.h" -#include "misc.h" namespace NCurses {