Skip to content

Commit

Permalink
Fixes includes of dyad_perf.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ilumsden committed Dec 13, 2023
1 parent 0645bc3 commit b399907
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/dyad/dtl/flux_dtl.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include <dyad/dtl/flux_dtl.h>

#include "dyad_perf.h"
#include <dyad/perf/dyad_perf.h>

dyad_rc_t dyad_dtl_flux_init (dyad_dtl_t* self, dyad_dtl_mode_t mode, flux_t* h, bool debug)
{
Expand Down
3 changes: 1 addition & 2 deletions src/dyad/perf/caliper_perf.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
#include <caliper/ConfigManager.h>
#include <caliper/cali.h>
#include <dyad/perf/dyad_perf.h>

#include <cstring>
#include <ctime>

#include "dyad_perf.h"

extern "C" {
struct dyad_perf_impl {
void* config_manager;
Expand Down
2 changes: 1 addition & 1 deletion src/dyad/perf/dyad_perf.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#if !defined(WITH_CALIPER)
#include "dyad_perf.h"
#include <dyad/perf/dyad_perf.h>

#include <stdlib.h>

Expand Down

0 comments on commit b399907

Please sign in to comment.