include Machine.hh in headers that use __attribute__
This commit is contained in:
parent
305a9bbf70
commit
2ce82bd187
|
|
@ -19,7 +19,6 @@
|
|||
#include <tcl.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "util/Machine.hh"
|
||||
#include "StringUtil.hh"
|
||||
#include "Vector.hh"
|
||||
#include "Sta.hh"
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <stdarg.h>
|
||||
#include "Machine.hh"
|
||||
#include "DisallowCopyAssign.hh"
|
||||
#include "Map.hh"
|
||||
#include "StringUtil.hh"
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <string>
|
||||
#include <mutex>
|
||||
#include "Machine.hh"
|
||||
#include "DisallowCopyAssign.hh"
|
||||
|
||||
struct Tcl_Interp;
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <string>
|
||||
|
||||
#include "Machine.hh"
|
||||
#include "DisallowCopyAssign.hh"
|
||||
#include "StringSeq.hh"
|
||||
#include "LibertyClass.hh"
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <string>
|
||||
#include "Machine.hh"
|
||||
#include "Vector.hh"
|
||||
|
||||
namespace sta {
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Machine.hh"
|
||||
#include "DisallowCopyAssign.hh"
|
||||
#include "Vector.hh"
|
||||
#include "Transition.hh"
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
#include <functional>
|
||||
|
||||
#include "Machine.hh"
|
||||
#include "DisallowCopyAssign.hh"
|
||||
#include "Vector.hh"
|
||||
#include "Map.hh"
|
||||
|
|
|
|||
|
|
@ -16,6 +16,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "Machine.hh"
|
||||
#include "Zlib.hh"
|
||||
#include "Map.hh"
|
||||
#include "StringSeq.hh"
|
||||
|
|
|
|||
|
|
@ -16,7 +16,6 @@
|
|||
|
||||
#include "Sta.hh"
|
||||
|
||||
#include "util/Machine.hh"
|
||||
#include "DispatchQueue.hh"
|
||||
#include "ReportTcl.hh"
|
||||
#include "Debug.hh"
|
||||
|
|
|
|||
|
|
@ -73,7 +73,6 @@
|
|||
#include "WritePathSpice.hh"
|
||||
#include "Search.hh"
|
||||
#include "Sta.hh"
|
||||
#include "util/Machine.hh"
|
||||
#include "search/Tag.hh"
|
||||
#include "search/CheckTiming.hh"
|
||||
#include "search/CheckMinPulseWidths.hh"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
#include <algorithm> // min
|
||||
|
||||
#include "Error.hh"
|
||||
#include "Machine.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
|
|
|||
|
|
@ -16,9 +16,9 @@
|
|||
|
||||
#include "Stats.hh"
|
||||
|
||||
#include "Machine.hh"
|
||||
#include "StringUtil.hh"
|
||||
#include "Debug.hh"
|
||||
#include "Machine.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
|
|
|||
|
|
@ -20,8 +20,8 @@
|
|||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
||||
#include "Mutex.hh"
|
||||
#include "Machine.hh"
|
||||
#include "Mutex.hh"
|
||||
|
||||
namespace sta {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue