Skip to content

Commit

Permalink
Fix include style
Browse files Browse the repository at this point in the history
  • Loading branch information
yelite committed Aug 8, 2022
1 parent 33b4549 commit 6285e22
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions tests/cpp/tvmscript_printer_traced_object_functor_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,13 @@

#include <dmlc/logging.h>
#include <gtest/gtest.h>
#include <tvm/node/object_path.h>
#include <tvm/node/repr_printer.h>
#include <tvm/runtime/container/map.h>
#include <tvm/runtime/packed_func.h>
#include <tvm/script/printer/traced_object.h>
#include <tvm/script/printer/traced_object_functor.h>

#include "tvm/node/object_path.h"
#include "tvm/runtime/packed_func.h"
#include "tvm/script/printer/traced_object.h"

using namespace tvm;
using namespace tvm::script::printer;

Expand Down

0 comments on commit 6285e22

Please sign in to comment.