blob: 5b5041277b4394b9c05ab63ecae2cd8abfa4c82c [file] [log] [blame]
#ifndef CHECK_RR_GRAPH_OBJ_H
#define CHECK_RR_GRAPH_OBJ_H
/* Include header files which include data structures used by
* the function declaration
*/
#include "rr_graph_obj.h"
bool check_rr_graph(const RRGraph& rr_graph);
#endif