filter/TwoFilters: fix include guard

This commit is contained in:
Max Kellermann
2021-08-26 14:36:44 +02:00
parent a224225e48
commit 38a4b0d8d5

View File

@@ -17,8 +17,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/ */
#ifndef MPD_WITH_CONVERT_FILTER_HXX #ifndef MPD_TWO_FILTERS_HXX
#define MPD_WITH_CONVERT_FILTER_HXX #define MPD_TWO_FILTERS_HXX
#include "filter/Filter.hxx" #include "filter/Filter.hxx"