summaryrefslogtreecommitdiff
path: root/demos/calc/calc.y
diff options
context:
space:
mode:
Diffstat (limited to 'demos/calc/calc.y')
-rw-r--r--demos/calc/calc.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/demos/calc/calc.y b/demos/calc/calc.y
index 0fa1206f7..05b9072b8 100644
--- a/demos/calc/calc.y
+++ b/demos/calc/calc.y
@@ -46,7 +46,6 @@ this program. If not, see https://www.gnu.org/licenses/. */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "gmp.h"
#define NO_CALC_H /* because it conflicts with normal calc.c stuff */
#include "calc-common.h"