summaryrefslogtreecommitdiffstats
path: root/Meter.c
diff options
context:
space:
mode:
authorExplorer09 <explorer09@gmail.com>2023-08-27 02:56:22 +0800
committercgzones <cgzones@googlemail.com>2023-08-29 21:47:56 +0200
commit68f4f10f012d11bd57bb725fe4113b2af937fc1d (patch)
treeab36985dae916fa8d76d5741edf15b49472740d6 /Meter.c
parent25cb42f0e4be70f02dc094d81e033ba21ec18b27 (diff)
Fix Meter.c #include order; no code changes
Diffstat (limited to 'Meter.c')
-rw-r--r--Meter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meter.c b/Meter.c
index 750bc15f..5e7d3b70 100644
--- a/Meter.c
+++ b/Meter.c
@@ -11,9 +11,9 @@ in the source distribution for its full text.
#include <assert.h>
#include <math.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <stdio.h>
#include "CRT.h"
#include "Macros.h"

© 2014-2024 Faster IT GmbH | imprint | privacy policy