Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike-Leo-Smith committed Jan 12, 2025
1 parent 5081f15 commit 933572a
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions src/tests/test_helloworld.cpp
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
#include <iostream>
#include <chrono>
#include <numeric>

#include <luisa/core/clock.h>
#include <luisa/core/fiber.h>
#include <luisa/core/dynamic_module.h>
#include <luisa/core/logging.h>
#include <luisa/runtime/device.h>
#include <luisa/runtime/stream.h>
#include <luisa/runtime/context.h>
#include <luisa/ast/interface.h>
#include <luisa/dsl/syntax.h>
#include <luisa/luisa-compute.h>

using namespace luisa;
using namespace luisa::compute;
Expand Down

0 comments on commit 933572a

Please sign in to comment.