Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
MaksimShagov committed May 20, 2024
1 parent b3b2d08 commit f572c93
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
#include <algorithm>
#include <functional>
#include <iostream>
#include <memory>
#include <ranges>

#include "compiler/optree/adaptors.hpp"
#include "compiler/optree/attribute.hpp"
#include "compiler/optree/operation.hpp"
#include "compiler/optree/value.hpp"
#include "compiler/utils/helpers.hpp"
#include "compiler/utils/language.hpp"
#include "optimizer/opt_builder.hpp"
#include "optimizer/transform.hpp"

Expand Down

0 comments on commit f572c93

Please sign in to comment.