From f3661b19c08ecfce952ab6db25cf27f346cb3b7f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 24 Aug 2015 11:40:25 +0200 Subject: tag/Settings: move typedef tag_mask_t to Mask.hxx --- src/tag/Settings.hxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/tag/Settings.hxx') diff --git a/src/tag/Settings.hxx b/src/tag/Settings.hxx index 42d0dc684..332454b8f 100644 --- a/src/tag/Settings.hxx +++ b/src/tag/Settings.hxx @@ -20,13 +20,12 @@ #ifndef MPD_TAG_SETTINGS_HXX #define MPD_TAG_SETTINGS_HXX +#include "Mask.hxx" #include "TagType.h" #include "Compiler.h" #include -typedef uint_least32_t tag_mask_t; - extern tag_mask_t global_tag_mask; gcc_const -- cgit v1.2.3