// Description: Integer module
#ifndef PASTELSYS_INTEGER_H_MODULE
#define PASTELSYS_INTEGER_H_MODULE
#include "pastel/sys/integer/gcd.h"
#include "pastel/sys/integer/integer_concept.h"
#include "pastel/sys/integer/integer_mean.h"
#include "pastel/sys/integer/multi_integer.h"
#include "pastel/sys/integer/native_integer.h"
#endif