Skip to content

Commit

Permalink
Drop unused includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannier committed Jan 7, 2025
1 parent 7a56276 commit 7a5f9d6
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions hilti/toolchain/include/ast/types/doc-only.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

#pragma once

#include <memory>
#include <string>
#include <utility>
#include <vector>

#include <hilti/ast/type.h>

Expand Down
1 change: 0 additions & 1 deletion hilti/toolchain/include/compiler/jit.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
#include <memory>
#include <string>
#include <tuple>
#include <utility>
#include <vector>

#include <hilti/rt/filesystem.h>
Expand Down
2 changes: 0 additions & 2 deletions spicy/toolchain/bin/spicy-dump/printer-json.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

#include "printer-json.h"

#include <string>

#include <hilti/rt/json.h>
#include <hilti/rt/libhilti.h>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#pragma once

#include <algorithm>
#include <memory>
#include <string>
#include <utility>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

#pragma once

#include <algorithm>
#include <memory>
#include <string>
#include <utility>
Expand Down

0 comments on commit 7a5f9d6

Please sign in to comment.