Skip to content

Commit

Permalink
Add config.h to the includes and remove unused code
Browse files Browse the repository at this point in the history
Signed-off-by: andreasma <maand@gmx.de>
Change-Id: I2e5949408fa0b6ada8a8cc77cd61be4ce1fa283a
  • Loading branch information
andreasma committed May 13, 2024
1 parent b944c6d commit be4bc77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/TraceEvent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
// To build a freestanding test executable for just Tracevent:
// clang++ -Wall -Wextra -DTEST_TRACEEVENT_EXE TraceEvent.cpp -o TraceEvent -pthread

#include "config.h"

#include <cassert>
#include <mutex>
#include <sstream>
Expand Down

0 comments on commit be4bc77

Please sign in to comment.