#ifndef COMP_H #define COMP_H #include "match.h" extern double horizontal_stdev, vertical_stdev; void comp_visit(struct leg *l); #endif