1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 04:23:51 +00:00

Move debuginfod include to TracyCallstack.hpp.

This commit is contained in:
Bartosz Taudul 2022-05-01 15:26:26 +02:00
parent f540f3ad89
commit b6f155bb6a
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3
3 changed files with 4 additions and 7 deletions

View File

@ -32,9 +32,6 @@
# include <cxxabi.h>
# include <stdlib.h>
# include "TracyFastVector.hpp"
# ifdef TRACY_DEBUGINFOD
# include <elfutils/debuginfod.h>
# endif
#elif TRACY_HAS_CALLSTACK == 5
# include <dlfcn.h>
# include <cxxabi.h>

View File

@ -13,6 +13,10 @@
#ifdef TRACY_HAS_CALLSTACK
#ifdef TRACY_DEBUGINFOD
# include <elfutils/debuginfod.h>
#endif
#include <assert.h>
#include <stdint.h>

View File

@ -45,10 +45,6 @@
# include <vector>
#endif
#ifdef TRACY_DEBUGINFOD
# include <elfutils/debuginfod.h>
#endif
#include <algorithm>
#include <assert.h>
#include <atomic>