Back to Breadth-first traversal
// Description: Breadth-first search module
// Documentation: breadth_first.txt
#ifndef PASTELSYS_GRAPH_BREADTH_FIRST_H_MODULE
#define PASTELSYS_GRAPH_BREADTH_FIRST_H_MODULE
#include "pastel/sys/graph/breadth_first/breadth_first.h"
#endif