1 2 3 4 5 6 7 8 9 10
#ifndef __REFERENCES_H #define __REFERENCES_H #include "util.hh" PathSet scanForReferences(const Path & path, const PathSet & refs); #endif /* !__REFERENCES_H */