Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1f1d2098 authored by Myles Watson's avatar Myles Watson Committed by johnshamoon
Browse files

test_vendor: Move include to .cc file

Test: compile
Change-Id: Ib13830f92c305bcd9d7e688d0d4dba78499b1f5b
parent 9b0bc2be
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@
#include "errno.h"
#include "stdio.h"

#include "osi/include/log.h"

#include <chrono>
#include <functional>
#include <memory>
+2 −0
Original line number Diff line number Diff line
@@ -18,6 +18,8 @@

#include "async_manager.h"

#include "osi/include/log.h"

#include <algorithm>
#include <atomic>
#include <condition_variable>