Skip to content

Commit

Permalink
Fixes rebase issue where an old block of dyad includes were preserved
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Dec 17, 2024
1 parent fc7ba50 commit 9fcd6f4
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/dyad/core/dyad_ctx.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,6 @@
#include <string.h>
#endif

#include <dyad/common/dyad_envs.h>
#include <dyad/common/dyad_logging.h>
#include <dyad/common/dyad_profiler.h>
#include <dyad/core/dyad_core.h>
#include <dyad/core/dyad_ctx.h>
#include <dyad/dtl/dyad_dtl_api.h>
#include <dyad/utils/utils.h>

// Note:
// To ensure we don't have multiple initialization, we need the following:
// 1) The DYAD context (ctx below) must be static
Expand Down

0 comments on commit 9fcd6f4

Please sign in to comment.