// Description: Fair splitting rule
#ifndef PASTELGEOMETRY_FAIR_SPLITRULE_H
#define PASTELGEOMETRY_FAIT_SPLITRULE_H
#include "pastel/geometry/splitrule/splitrule_concept.h"
namespace Pastel
{
//! Fair splitting rule.
class Fair_SplitRule;
}
#include "pastel/geometry/splitrule/fair_splitrule.hpp"
#endif