From d04869162c495c46137aa373f688ebc873f4c68a Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Thu, 16 May 2024 17:59:57 +0200 Subject: [PATCH] libjansson is no more used --- debugger.cpp | 3 --- main.cpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/debugger.cpp b/debugger.cpp index f30f487..3277e27 100644 --- a/debugger.cpp +++ b/debugger.cpp @@ -11,9 +11,6 @@ #include #include #endif -#if IS_POSIX -#include -#endif #include "breakpoint_parser.h" #include "bus.h" diff --git a/main.cpp b/main.cpp index bb4d539..9b11f9e 100644 --- a/main.cpp +++ b/main.cpp @@ -4,9 +4,6 @@ #include #include #include -#if !defined(_WIN32) -#include -#endif #include #include #include