libjansson is no more used
This commit is contained in:
parent
2d8b21049b
commit
d04869162c
2 changed files with 0 additions and 6 deletions
|
@ -11,9 +11,6 @@
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
#include <LittleFS.h>
|
#include <LittleFS.h>
|
||||||
#endif
|
#endif
|
||||||
#if IS_POSIX
|
|
||||||
#include <jansson.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "breakpoint_parser.h"
|
#include "breakpoint_parser.h"
|
||||||
#include "bus.h"
|
#include "bus.h"
|
||||||
|
|
3
main.cpp
3
main.cpp
|
@ -4,9 +4,6 @@
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <atomic>
|
#include <atomic>
|
||||||
#include <cinttypes>
|
#include <cinttypes>
|
||||||
#if !defined(_WIN32)
|
|
||||||
#include <jansson.h>
|
|
||||||
#endif
|
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue