headerdep.pl (e5451c8f8330e03ad3cfa16048b4daf961af434f) headerdep.pl (cb77f0d623ff33a7899cb945f4f5a4825fbb2ea1)
1#! /usr/bin/perl
1#! /usr/bin/env perl
2#
3# Detect cycles in the header file dependency graph
4# Vegard Nossum <vegardno@ifi.uio.no>
5#
6
7use strict;
8use warnings;
9

--- 183 unchanged lines hidden ---
2#
3# Detect cycles in the header file dependency graph
4# Vegard Nossum <vegardno@ifi.uio.no>
5#
6
7use strict;
8use warnings;
9

--- 183 unchanged lines hidden ---