ui.cc: cleanup includes (#19704)

pull/19719/head
Dean Lee 4 years ago committed by GitHub
parent 83bdd23a08
commit ccff893861
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      selfdrive/ui/ui.cc

@ -2,12 +2,8 @@
#include <cmath>
#include <stdlib.h>
#include <stdbool.h>
#include <signal.h>
#include <unistd.h>
#include <assert.h>
#include <math.h>
#include <poll.h>
#include <sys/mman.h>
#include "common/util.h"
#include "common/swaglog.h"

Loading…
Cancel
Save