menu: remove include of regexes.h

master
Andrzej Rybczak 14 years ago
parent 400099a07f
commit 843c2b76e6
  1. 1
      src/lastfm.cpp
  2. 2
      src/menu.h
  3. 1
      src/regex_filter.h

@ -34,6 +34,7 @@
#include <fstream>
#include <iostream>
#include "error.h"
#include "helpers.h"
#include "charset.h"
#include "global.h"

@ -27,8 +27,6 @@
#include <memory>
#include <set>
#include "error.h"
#include "regexes.h"
#include "strbuffer.h"
#include "window.h"

@ -22,6 +22,7 @@
#define NCMPCPP_REGEX_FILTER_H
#include "menu.h"
#include "regexes.h"
template <typename T> struct RegexFilter
{

Loading…
Cancel
Save