boardd: cleanup includes (#30674)
cleanup includes Co-authored-by: Comma Device <device@comma.ai> old-commit-hash: 13e5e708c28b40cdfcb2771e8d6c2d376cd09f8f
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
#include "selfdrive/boardd/boardd.h"
|
||||
|
||||
#include <sched.h>
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <array>
|
||||
#include <atomic>
|
||||
@@ -13,10 +7,6 @@
|
||||
#include <cassert>
|
||||
#include <cerrno>
|
||||
#include <chrono>
|
||||
#include <cmath>
|
||||
#include <cstdint>
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <future>
|
||||
#include <memory>
|
||||
#include <thread>
|
||||
|
||||
Reference in New Issue
Block a user