diff options
author | Chris Fries <cfries@google.com> | 2018-07-20 20:52:58 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-07-20 20:52:58 +0000 |
commit | 767506fc5a5023e815cdc36e56688adaac2fe0d5 (patch) | |
tree | c166c42f1151cb9e2336d857792762b1f7a31570 /fastboot/usb_linux.cpp | |
parent | a570644b7df8f9a69b2a46a3a85052affcc5442c (diff) | |
parent | db511207ed3b2bb4fc422ef83868009b03692e61 (diff) |
Merge "Refactor libfastboot"
Diffstat (limited to 'fastboot/usb_linux.cpp')
-rw-r--r-- | fastboot/usb_linux.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fastboot/usb_linux.cpp b/fastboot/usb_linux.cpp index cdab4f1d2..386dd300c 100644 --- a/fastboot/usb_linux.cpp +++ b/fastboot/usb_linux.cpp @@ -47,8 +47,8 @@ #include <memory> #include <thread> -#include "fastboot.h" #include "usb.h" +#include "util.h" using namespace std::chrono_literals; |