diff options
Diffstat (limited to 'test/data')
| -rw-r--r-- | test/data/emacs-module/mod-test.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/data/emacs-module/mod-test.c b/test/data/emacs-module/mod-test.c index 5e3112f4471..1e64bcd65f1 100644 --- a/test/data/emacs-module/mod-test.c +++ b/test/data/emacs-module/mod-test.c | |||
| @@ -43,12 +43,7 @@ uintptr_t _beginthread (void (__cdecl *)(void *), unsigned, void *); | |||
| 43 | # include <unistd.h> | 43 | # include <unistd.h> |
| 44 | #endif | 44 | #endif |
| 45 | 45 | ||
| 46 | #ifdef HAVE_GMP | ||
| 47 | #include <gmp.h> | 46 | #include <gmp.h> |
| 48 | #else | ||
| 49 | #include "mini-gmp.h" | ||
| 50 | #endif | ||
| 51 | |||
| 52 | #include <emacs-module.h> | 47 | #include <emacs-module.h> |
| 53 | 48 | ||
| 54 | #include "timespec.h" | 49 | #include "timespec.h" |