// Description: Indicator module
#ifndef PASTELSYS_INDICATOR_H_MODULE
#define PASTELSYS_INDICATOR_H_MODULE
#include "pastel/sys/indicator/indicator_concept.h"
#include "pastel/sys/indicator/all_indicator.h"
#include "pastel/sys/indicator/complement_indicator.h"
#include "pastel/sys/indicator/empty_indicator.h"
#include "pastel/sys/indicator/predicate_indicator.h"
#endif