Skip to content

Commit

Permalink
remove accidentally left over includes
Browse files Browse the repository at this point in the history
  • Loading branch information
svuckovicTT committed Jan 14, 2025
1 parent 75e42ab commit 5c0577b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
3 changes: 0 additions & 3 deletions runtime/lib/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
#if defined(TT_RUNTIME_ENABLE_TTNN)
#include "tt/runtime/detail/ttnn.h"
#include "tt/runtime/ttnn/types.h"

#include <dlfcn.h>
#endif

#if defined(TT_RUNTIME_ENABLE_TTMETAL)
Expand Down Expand Up @@ -488,5 +486,4 @@ Event submit(Device deviceHandle, Binary executableHandle,
#endif
LOG_FATAL("runtime is not enabled");
}

} // namespace tt::runtime
7 changes: 0 additions & 7 deletions runtime/lib/ttnn/runtime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
//
// SPDX-License-Identifier: Apache-2.0

#include "tt/runtime/runtime.h"

#include "tt/runtime/detail/debug.h"
#include "tt/runtime/detail/logger.h"
#include "tt/runtime/detail/ttnn.h"
Expand All @@ -15,11 +13,6 @@
#include "ttnn/tensor/shape/small_vector.hpp"
#include "ttnn/tensor/types.hpp"

#include <cstdint>
#include <dlfcn.h>
#include <memory>
#include <string>

namespace tt::runtime::ttnn {

using ::tt::runtime::DeviceRuntime;
Expand Down

0 comments on commit 5c0577b

Please sign in to comment.