Remove unused includes of ctype.h

This commit is contained in:
Daniele Forsi IU5HKX 2022-12-09 17:43:48 +01:00
parent 05a8aaebe3
commit f4923723fb
2 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@
#include <hamlib/config.h>
#include <stdio.h>
#include <ctype.h>
#include "hamlib/rig.h"
#include "serial.h"

View File

@ -34,7 +34,6 @@
#include <stdlib.h>
#include <string.h> /* String function definitions */
#include <errno.h>
#include <ctype.h>
#include "hamlib/rig.h"
#include "serial.h"