aboutsummaryrefslogtreecommitdiff
path: root/src/types.c
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-07-11 15:38:42 -0400
committerBruce Hill <bruce@bruce-hill.com>2025-07-11 15:38:42 -0400
commita51d48201b5245dc2cc2bfb00e0ac8e7b52203d9 (patch)
tree4fd950f4d9c6611aef3a48712857b004a7843c3c /src/types.c
parent4c84fbdee185a63e60bc93798c0fc149bcd945fd (diff)
Use _Decimal64 instead of mpdecimal
Diffstat (limited to 'src/types.c')
-rw-r--r--src/types.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/types.c b/src/types.c
index 391f71ed..b323dbcf 100644
--- a/src/types.c
+++ b/src/types.c
@@ -2,7 +2,6 @@
#include <gc/cord.h>
#include <limits.h>
#include <math.h>
-#include <mpdecimal.h>
#include <signal.h>
#include <stdint.h>
#include <sys/param.h>