VerilogWriter using instead of include for LibertyCell

This commit is contained in:
James Cherry 2020-07-18 09:12:38 -07:00
parent 9882f9d938
commit 1c8f1ec9fc
2 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,13 @@
#pragma once
#include <vector>
#include "LibertyClass.hh"
namespace sta {
using std::vector;
class Network;
class LibertyCell;
void
writeVerilog(const char *filename,

View File

@ -25,7 +25,6 @@
using sta::Sta;
using sta::NetworkReader;
using sta::readVerilogFile;
using sta::LibertyCellSeq;
%}