diff options
| author | Bruce Momjian | 2011-09-01 11:22:01 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2011-09-01 11:22:40 +0000 |
| commit | d5321842528dfb73f8254a48556b4adb1b6d1c5a (patch) | |
| tree | 16e0a3ad3b2a05d6e98314cb01e6c4719732c296 /contrib/cube | |
| parent | 65e899b2fb0703c9685c3b185fc1bfe206cde3b4 (diff) | |
Remove "fmgr.h" include in cube contrib --- caused crash on a Gentoo
builfarm member.
Diffstat (limited to 'contrib/cube')
| -rw-r--r-- | contrib/cube/cubedata.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/cube/cubedata.h b/contrib/cube/cubedata.h index 97601624941..fd0c26a3816 100644 --- a/contrib/cube/cubedata.h +++ b/contrib/cube/cubedata.h @@ -1,7 +1,5 @@ /* contrib/cube/cubedata.h */ -#include "fmgr.h" - #define CUBE_MAX_DIM (100) typedef struct NDBOX |
