filter/TwoFilters: fix include guard
This commit is contained in:
parent
a224225e48
commit
38a4b0d8d5
|
@ -17,8 +17,8 @@
|
|||
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
*/
|
||||
|
||||
#ifndef MPD_WITH_CONVERT_FILTER_HXX
|
||||
#define MPD_WITH_CONVERT_FILTER_HXX
|
||||
#ifndef MPD_TWO_FILTERS_HXX
|
||||
#define MPD_TWO_FILTERS_HXX
|
||||
|
||||
#include "filter/Filter.hxx"
|
||||
|
||||
|
|
Loading…
Reference in New Issue