aboutsummaryrefslogtreecommitdiff
path: root/sys/libfmt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/libfmt')
-rw-r--r--sys/libfmt/float.c2
-rw-r--r--sys/libfmt/test.c3
2 files changed, 1 insertions, 4 deletions
diff --git a/sys/libfmt/float.c b/sys/libfmt/float.c
index f3b9d56..63ea80f 100644
--- a/sys/libfmt/float.c
+++ b/sys/libfmt/float.c
@@ -1,5 +1,3 @@
-#include "internal.h"
-
#define FDIGIT 30
#define FDEFLT 6
#define NSIGNIF 17
diff --git a/sys/libfmt/test.c b/sys/libfmt/test.c
index abe1d64..d81a62e 100644
--- a/sys/libfmt/test.c
+++ b/sys/libfmt/test.c
@@ -3,8 +3,7 @@
#include <libutf.h>
#include <libfmt.h>
-typedef
-struct Complex
+typedef struct Complex
{
double r, i;
} Complex;