// Description: Locator module
// Documentation: locators.txt
#ifndef PASTELSYS_LOCATOR_H_MODULE
#define PASTELSYS_LOCATOR_H_MODULE
#include "pastel/sys/locator/locator_concept.h"
#include "pastel/sys/locator/array_locator.h"
#include "pastel/sys/locator/indirect_locator.h"
#include "pastel/sys/locator/pointer_locator.h"
#include "pastel/sys/locator/pointerrange_locator.h"
#include "pastel/sys/locator/sub_locator.h"
#include "pastel/sys/locator/transform_locator.h"
#endif