00001 #ifndef PATH_CHECKER_H_INCLUDED_
00002 #define PATH_CHECKER_H_INCLUDED_
00003
00004 #include <vector>
00005 #include <string>
00006 #include <libgen.h>
00007
00008 #include "boost/filesystem.hpp"
00009
00010 #include "rose.h"
00011
00012 namespace risc {
00013
00014 namespace traverser {
00015
00023 bool is_defined_in_included_library(SgProject* project, SgNode* node);
00024
00025 };
00026
00027 };
00028
00029 #endif
00030
00031