aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/reverse.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/reverse.h')
-rw-r--r--libcxx/include/__algorithm/reverse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__algorithm/reverse.h b/libcxx/include/__algorithm/reverse.h
index 28bd2e84c8ae..1198aeaf41f4 100644
--- a/libcxx/include/__algorithm/reverse.h
+++ b/libcxx/include/__algorithm/reverse.h
@@ -9,8 +9,8 @@
#ifndef _LIBCPP___ALGORITHM_REVERSE_H
#define _LIBCPP___ALGORITHM_REVERSE_H
-#include <__config>
#include <__algorithm/iter_swap.h>
+#include <__config>
#include <__iterator/iterator_traits.h>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)