1 2 3 4 5 6 7 8 9
#ifndef GLOB_HH #define GLOB_HH #include <assert.h> #include <math.h> #include "real.hh" #include "proto.hh" #include "const.hh" #endif