diff options
Diffstat (limited to 'mask.h')
-rw-r--r-- | mask.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,10 +1,7 @@ #ifndef _MASK_H #define _MASK_H -#include "error.h" - -#include <string> -#include <exception> +#include "utils.h" #include <boost/regex.hpp> |