summaryrefslogtreecommitdiff
path: root/src/components/include/utils/threads/async_runner.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/utils/threads/async_runner.h')
-rw-r--r--src/components/include/utils/threads/async_runner.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/components/include/utils/threads/async_runner.h b/src/components/include/utils/threads/async_runner.h
index 64c9d09939..5c88112267 100644
--- a/src/components/include/utils/threads/async_runner.h
+++ b/src/components/include/utils/threads/async_runner.h
@@ -33,14 +33,14 @@
#ifndef SRC_COMPONENTS_INCLUDE_UTILS_THREADS_ASYNC_RUNNER_H_
#define SRC_COMPONENTS_INCLUDE_UTILS_THREADS_ASYNC_RUNNER_H_
-#include <string>
#include <queue>
+#include <string>
-#include "thread_delegate.h"
#include "thread.h"
+#include "thread_delegate.h"
-#include "utils/lock.h"
#include "utils/conditional_variable.h"
+#include "utils/lock.h"
namespace threads {