Skip to content

Commit

Permalink
Don't use kitchen-sink includes.
Browse files Browse the repository at this point in the history
It makes it hard to reason which actual dependencies
are used. Being specific here allows us to narrow
down the APIs that we actually would like to make
public and provide long-term.

Issues: chipsalliance#3568

Signed-off-by: Henner Zeller <[email protected]>
  • Loading branch information
hzeller committed Apr 6, 2023
1 parent 2bfba97 commit 6dc688a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/roundtrip.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,11 @@
* Created on February 10, 2022, 12:00 PM
*/

#include <Surelog/API/Surelog.h>
#include <Surelog/CommandLine/CommandLineParser.h>
#include <Surelog/Common/PlatformFileSystem.h>
#include <Surelog/surelog.h>
#include <Surelog/ErrorReporting/ErrorContainer.h>
#include <Surelog/SourceCompile/SymbolTable.h>
#include <uhdm/ElaboratorListener.h>
#include <uhdm/UhdmListener.h>
#include <uhdm/VpiListener.h>
Expand Down

0 comments on commit 6dc688a

Please sign in to comment.