aboutsummaryrefslogtreecommitdiff
path: root/src/libutil/topo-sort.hh
AgeCommit message (Collapse)Author
2023-03-31Ensure all headers have `#pragma once` and are in API docsJohn Ericson
`///@file` makes them show up in the internal API dos. A tiny few were missing `#pragma once`.
2020-10-06Add missing #pragma onceEelco Dolstra
2020-07-27Abstract out topo sorting logicJohn Ericson