boardd: cleanup includes (#30674)

cleanup includes

Co-authored-by: Comma Device <device@comma.ai>
old-commit-hash: 13e5e708c2
chrysler-long2
Dean Lee 1 year ago committed by GitHub
parent b139832093
commit b05d878c29
  1. 10
      selfdrive/boardd/boardd.cc

@ -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>

Loading…
Cancel
Save