mpd/src/song
Max Kellermann ce49d99c2f check.h: remove obsolete header
Since we switched from autotools to Meson in commit
94592c1406, we don't need to include
`config.h` early to properly enable large file support.  Meson passes
the required macros on the compiler command line instead of defining
them in `config.h`.

This means we can include `config.h` at any time, whenever we want to
check its macros, and there are no ordering constraints.
2018-11-19 16:33:49 +01:00
..
AndSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
AndSongFilter.hxx
AudioFormatSongFilter.cxx
AudioFormatSongFilter.hxx
BaseSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
BaseSongFilter.hxx
DetachedSong.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
DetachedSong.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
Escape.cxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
Escape.hxx song/Filter: allow escaping quotes in filter expressions 2018-11-02 19:15:08 +01:00
Filter.cxx song/Filter: add operator "contains" 2018-11-12 12:49:01 +01:00
Filter.hxx
ISongFilter.hxx
LightSong.cxx
LightSong.hxx
meson.build song/StringFilter: support regular expressions with "=~" and "!~" 2018-11-11 12:55:35 +01:00
ModifiedSinceSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
ModifiedSinceSongFilter.hxx
NotSongFilter.hxx
OptimizeFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
OptimizeFilter.hxx
StringFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
StringFilter.hxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TagSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
TagSongFilter.hxx song/{Tag,Uri}SongFilter: pass StringFilter&& to constructor 2018-11-07 23:57:42 +01:00
UriSongFilter.cxx check.h: remove obsolete header 2018-11-19 16:33:49 +01:00
UriSongFilter.hxx song/{Tag,Uri}SongFilter: pass StringFilter&& to constructor 2018-11-07 23:57:42 +01:00