consistent header includes

replaced <> with "" for non-system headers
This commit is contained in:
Ken Van Hoeylandt
2023-12-27 16:43:30 +01:00
parent 34a067c2b1
commit 11f26d4980
21 changed files with 73 additions and 75 deletions
+5 -5
View File
@@ -3,12 +3,12 @@
#include "nb_lvgl_i.h"
#include "nb_app_i.h"
#include "applications/nb_applications.h"
#include <esp_log.h>
#include <m-list.h>
#include "esp_log.h"
#include "m-list.h"
// Furi
#include <thread.h>
#include <kernel.h>
#include <record.h>
#include "thread.h"
#include "kernel.h"
#include "record.h"
M_LIST_DEF(thread_ids, FuriThreadId);