summaryrefslogtreecommitdiff
path: root/glob.hh
blob: 7b8bb557d4e2db9555bdf76afadd6f6490ec15c8 (about) (plain)
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