mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-09-06 09:17:17 +02:00
remove deprecated system .h includes
Signed-off-by: James Cherry <[email protected]>
This commit is contained in:
@@ -16,8 +16,8 @@
|
||||
|
||||
#include "SpefNamespace.hh"
|
||||
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <cctype>
|
||||
#include <cstring>
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user