From 70b4f7858e67174f559f893a715ec0c754ecdae7 Mon Sep 17 00:00:00 2001 From: Dean Lee Date: Sun, 14 Jun 2020 23:31:36 +0800 Subject: [PATCH] remove duplite #include (#1697) old-commit-hash: 981a166a7c8e2305870993480b9804ba2420319b --- selfdrive/locationd/ublox_msg.cc | 1 - selfdrive/locationd/ubloxd.cc | 1 - selfdrive/locationd/ubloxd_main.cc | 1 - selfdrive/locationd/ubloxd_test.cc | 1 - 4 files changed, 4 deletions(-) diff --git a/selfdrive/locationd/ublox_msg.cc b/selfdrive/locationd/ublox_msg.cc index 74c1f28d5..0bc8c0e6f 100644 --- a/selfdrive/locationd/ublox_msg.cc +++ b/selfdrive/locationd/ublox_msg.cc @@ -6,7 +6,6 @@ #include #include #include -#include #include #include #include diff --git a/selfdrive/locationd/ubloxd.cc b/selfdrive/locationd/ubloxd.cc index 13420f05a..4ffc010f3 100644 --- a/selfdrive/locationd/ubloxd.cc +++ b/selfdrive/locationd/ubloxd.cc @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include diff --git a/selfdrive/locationd/ubloxd_main.cc b/selfdrive/locationd/ubloxd_main.cc index 43989a338..d409d6415 100644 --- a/selfdrive/locationd/ubloxd_main.cc +++ b/selfdrive/locationd/ubloxd_main.cc @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include diff --git a/selfdrive/locationd/ubloxd_test.cc b/selfdrive/locationd/ubloxd_test.cc index b63e26b82..8653cedea 100644 --- a/selfdrive/locationd/ubloxd_test.cc +++ b/selfdrive/locationd/ubloxd_test.cc @@ -7,7 +7,6 @@ #include #include #include -#include #include #include #include