Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/web/src/web.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
#include "odb/db.h"
#include "request_handler.h"
#include "tcl.h"
#include "tclDecls.h"
#include "tile_generator.h"

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

warning: included header tclDecls.h is not used directly [misc-include-cleaner]

Suggested change
#include "tile_generator.h"
#include "tile_generator.h"

#include "timing_report.h"
#include "utl/Logger.h"
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.