remove duplite #include (#1697)

pull/1701/head
Dean Lee 5 years ago committed by GitHub
parent 3316e19aa4
commit 981a166a7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      selfdrive/locationd/ublox_msg.cc
  2. 1
      selfdrive/locationd/ubloxd.cc
  3. 1
      selfdrive/locationd/ubloxd_main.cc
  4. 1
      selfdrive/locationd/ubloxd_test.cc

@ -6,7 +6,6 @@
#include <sys/time.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/time.h>
#include <assert.h>
#include <math.h>
#include <ctime>

@ -7,7 +7,6 @@
#include <sys/time.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/time.h>
#include <assert.h>
#include <math.h>
#include <ctime>

@ -7,7 +7,6 @@
#include <sys/time.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/time.h>
#include <assert.h>
#include <math.h>
#include <ctime>

@ -7,7 +7,6 @@
#include <sys/time.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/time.h>
#include <assert.h>
#include <math.h>
#include <ctime>

Loading…
Cancel
Save