summaryrefslogtreecommitdiff
path: root/hdr/glob.hh
diff options
context:
space:
mode:
Diffstat (limited to 'hdr/glob.hh')
-rw-r--r--hdr/glob.hh9
1 files changed, 9 insertions, 0 deletions
diff --git a/hdr/glob.hh b/hdr/glob.hh
new file mode 100644
index 0000000000..7b8bb557d4
--- /dev/null
+++ b/hdr/glob.hh
@@ -0,0 +1,9 @@
+#ifndef GLOB_HH
+#define GLOB_HH
+#include <assert.h>
+#include <math.h>
+#include "real.hh"
+
+#include "proto.hh"
+#include "const.hh"
+#endif