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

This commit is contained in:
Mariusz Glebocki 2023-05-25 00:53:14 +02:00 committed by GitHub
parent 4f7e155e59
commit 0ece155418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 2 additions and 2 deletions

View File

@ -20,6 +20,7 @@
#include "V3Assert.h" #include "V3Assert.h"
#include "V3Ast.h" #include "V3Ast.h"
#include "V3Error.h"
#include "V3Global.h" #include "V3Global.h"
#include "V3Stats.h" #include "V3Stats.h"

View File

@ -21,7 +21,6 @@
#include "verilatedos.h" #include "verilatedos.h"
#include "V3Ast.h" #include "V3Ast.h"
#include "V3Error.h"
//============================================================================ //============================================================================

View File

@ -23,6 +23,7 @@
#include "V3Error.h" #include "V3Error.h"
#include "V3File.h" #include "V3File.h"
#include "V3Global.h" #include "V3Global.h"
#include "V3Mutex.h"
#include "V3OptionParser.h" #include "V3OptionParser.h"
#include "V3Os.h" #include "V3Os.h"
#include "V3PreShell.h" #include "V3PreShell.h"

View File

@ -22,7 +22,6 @@
#include "V3Error.h" #include "V3Error.h"
#include "V3LangCode.h" #include "V3LangCode.h"
#include "V3Mutex.h"
#include <map> #include <map>
#include <set> #include <set>