aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/move.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/move.h')
-rw-r--r--libcxx/include/__algorithm/move.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcxx/include/__algorithm/move.h b/libcxx/include/__algorithm/move.h
index 7430bf087438..fa118f471669 100644
--- a/libcxx/include/__algorithm/move.h
+++ b/libcxx/include/__algorithm/move.h
@@ -9,12 +9,12 @@
#ifndef _LIBCPP___ALGORITHM_MOVE_H
#define _LIBCPP___ALGORITHM_MOVE_H
-#include <__config>
#include <__algorithm/unwrap_iter.h>
+#include <__config>
#include <__utility/move.h>
#include <cstring>
-#include <utility>
#include <type_traits>
+#include <utility>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header