diff options
| author | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-08-29 18:24:43 -0400 |
|---|---|---|
| committer | Douglas B. Rumbaugh <doug@douglasrumbaugh.com> | 2025-08-29 18:24:43 -0400 |
| commit | beb3e03072c706554acdfdd38dc7fb920ff2bb41 (patch) | |
| tree | 0d0f199aa2b57fc9efccb6e5f769d5a0e814e0bb /include/cdf.h | |
| parent | 90e3df1407b6b8c608b362081d5d9b4802259aff (diff) | |
| download | math-utils-beb3e03072c706554acdfdd38dc7fb920ff2bb41.tar.gz | |
Code cleanup+documentation
Diffstat (limited to 'include/cdf.h')
| -rw-r--r-- | include/cdf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/cdf.h b/include/cdf.h index 418ffeb..956e630 100644 --- a/include/cdf.h +++ b/include/cdf.h @@ -7,7 +7,6 @@ #include <stdlib.h> #include <unistd.h> #include <stdio.h> -#include <ctype.h> #include <getopt.h> #include <string.h> #include <stdint.h> |