Internals: Move some includes to .cpp files. (#4224)

This commit is contained in:
Mariusz Glebocki
2023-05-24 18:53:14 -04:00
committed by GitHub
parent 4f7e155e59
commit 0ece155418
4 changed files with 2 additions and 2 deletions
+1
View File
@@ -20,6 +20,7 @@
#include "V3Assert.h"
#include "V3Ast.h"
#include "V3Error.h"
#include "V3Global.h"
#include "V3Stats.h"
-1
View File
@@ -21,7 +21,6 @@
#include "verilatedos.h"
#include "V3Ast.h"
#include "V3Error.h"
//============================================================================
+1
View File
@@ -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"
-1
View File
@@ -22,7 +22,6 @@
#include "V3Error.h"
#include "V3LangCode.h"
#include "V3Mutex.h"
#include <map>
#include <set>