Skip to content

Commit

Permalink
tweak header include in backtrace.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jrmadsen committed Jun 8, 2022
1 parent 987f6dd commit 3f37f6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/lib/omnitrace/library/components/backtrace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include "library/perfetto.hpp"
#include "library/ptl.hpp"
#include "library/sampling.hpp"
#include "timemory/components/rusage/components.hpp"
#include "timemory/components/rusage/types.hpp"

#include <timemory/backends/papi.hpp>
#include <timemory/backends/threading.hpp>
Expand All @@ -38,6 +36,8 @@
#include <timemory/components/papi/extern.hpp>
#include <timemory/components/papi/papi_array.hpp>
#include <timemory/components/papi/papi_vector.hpp>
#include <timemory/components/rusage/components.hpp>
#include <timemory/components/rusage/types.hpp>
#include <timemory/components/timing/backends.hpp>
#include <timemory/components/trip_count/extern.hpp>
#include <timemory/macros.hpp>
Expand Down

0 comments on commit 3f37f6f

Please sign in to comment.