| commit | 49e5deed0c0634df5b27feca64efc0fe5e01c22f | [log] [tgz] |
|---|---|---|
| author | Wan-Teh Chang <wtc@google.com> | Tue Jul 02 16:02:26 2024 -0700 |
| committer | Wan-Teh Chang <wtc@google.com> | Tue Jul 02 16:02:26 2024 -0700 |
| tree | f8852a0a791759bd2014c2ebdf005b1c0b3531d5 | |
| parent | 75eeb52984907e6585a13c579c363e211922687b [diff] |
List standard C headers in alphabetical order Change-Id: I8a3f329ddafd61c0fbde88143e00931c6f1399e2
diff --git a/stats/rate_hist.c b/stats/rate_hist.c index 3287246..ff320bf 100644 --- a/stats/rate_hist.c +++ b/stats/rate_hist.c
@@ -12,8 +12,8 @@ #include "stats/rate_hist.h" #include <assert.h> -#include <math.h> #include <limits.h> +#include <math.h> #include <stdint.h> #include <stdio.h> #include <stdlib.h>