summaryrefslogtreecommitdiff
path: root/lib/catch2/catch_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/catch2/catch_runner.cpp')
-rw-r--r--lib/catch2/catch_runner.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/catch2/catch_runner.cpp b/lib/catch2/catch_runner.cpp
index ba4fa57e..d3bd5124 100644
--- a/lib/catch2/catch_runner.cpp
+++ b/lib/catch2/catch_runner.cpp
@@ -9,12 +9,6 @@
#define CATCH_CONFIG_RUNNER
#include "catch2/catch.hpp"
-#include <stdio.h>
-#include <string.h>
-#include "esp_console.h"
-#include "esp_log.h"
-#include "esp_system.h"
-
// There must be exactly on Session instance at all times; attempting to destroy
// this will result in memory corruption.
static Catch::Session sCatchSession;