diff options
Diffstat (limited to 'system/common/message_loop_thread_unittest.cc')
-rw-r--r-- | system/common/message_loop_thread_unittest.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/common/message_loop_thread_unittest.cc b/system/common/message_loop_thread_unittest.cc index e77a44ce19..0e8f0a462e 100644 --- a/system/common/message_loop_thread_unittest.cc +++ b/system/common/message_loop_thread_unittest.cc @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +#include "message_loop_thread.h" #include <condition_variable> #include <memory> @@ -22,12 +23,9 @@ #include <base/bind.h> #include <base/threading/platform_thread.h> -#include <base/tracked_objects.h> #include <sys/capability.h> #include <syscall.h> -#include "message_loop_thread.h" - using bluetooth::common::MessageLoopThread; /** |