From 843c2b76e6a6189571b2bddfb1d696218155b9f2 Mon Sep 17 00:00:00 2001 From: Andrzej Rybczak Date: Sat, 6 Oct 2012 19:28:39 +0200 Subject: [PATCH] menu: remove include of regexes.h --- src/lastfm.cpp | 1 + src/menu.h | 2 -- src/regex_filter.h | 1 + 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lastfm.cpp b/src/lastfm.cpp index 93896793..4700be5e 100644 --- a/src/lastfm.cpp +++ b/src/lastfm.cpp @@ -34,6 +34,7 @@ #include #include +#include "error.h" #include "helpers.h" #include "charset.h" #include "global.h" diff --git a/src/menu.h b/src/menu.h index bf723f88..6ac58689 100644 --- a/src/menu.h +++ b/src/menu.h @@ -27,8 +27,6 @@ #include #include -#include "error.h" -#include "regexes.h" #include "strbuffer.h" #include "window.h" diff --git a/src/regex_filter.h b/src/regex_filter.h index a63f39d0..b3b9a490 100644 --- a/src/regex_filter.h +++ b/src/regex_filter.h @@ -22,6 +22,7 @@ #define NCMPCPP_REGEX_FILTER_H #include "menu.h" +#include "regexes.h" template struct RegexFilter {