remove deprecated system .h includes

Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
James Cherry
2023-06-15 08:59:56 -07:00
parent 257a4fd9ae
commit 44159bbb53
46 changed files with 77 additions and 98 deletions
+2 -2
View File
@@ -16,8 +16,8 @@
#include "SpefNamespace.hh"
#include <ctype.h>
#include <string.h>
#include <cctype>
#include <cstring>
namespace sta {
+1 -1
View File
@@ -16,7 +16,7 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include <string.h>
#include <cstring>
#include "StringUtil.hh"
#include "StringSeq.hh"