mirror of
https://github.com/verilator/verilator.git
synced 2026-09-02 18:58:51 +02:00
Internals: Move some includes to .cpp files. (#4224)
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#include "V3Assert.h"
|
||||
|
||||
#include "V3Ast.h"
|
||||
#include "V3Error.h"
|
||||
#include "V3Global.h"
|
||||
#include "V3Stats.h"
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
#include "verilatedos.h"
|
||||
|
||||
#include "V3Ast.h"
|
||||
#include "V3Error.h"
|
||||
|
||||
//============================================================================
|
||||
|
||||
|
||||
@@ -23,6 +23,7 @@
|
||||
#include "V3Error.h"
|
||||
#include "V3File.h"
|
||||
#include "V3Global.h"
|
||||
#include "V3Mutex.h"
|
||||
#include "V3OptionParser.h"
|
||||
#include "V3Os.h"
|
||||
#include "V3PreShell.h"
|
||||
|
||||
@@ -22,7 +22,6 @@
|
||||
|
||||
#include "V3Error.h"
|
||||
#include "V3LangCode.h"
|
||||
#include "V3Mutex.h"
|
||||
|
||||
#include <map>
|
||||
#include <set>
|
||||
|
||||
Reference in New Issue
Block a user