aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/__algorithm/unique_copy.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/__algorithm/unique_copy.h')
-rw-r--r--libcxx/include/__algorithm/unique_copy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__algorithm/unique_copy.h b/libcxx/include/__algorithm/unique_copy.h
index 4c916dc3ada2..4833ae9b59f5 100644
--- a/libcxx/include/__algorithm/unique_copy.h
+++ b/libcxx/include/__algorithm/unique_copy.h
@@ -9,8 +9,8 @@
#ifndef _LIBCPP___ALGORITHM_UNIQUE_COPY_H
#define _LIBCPP___ALGORITHM_UNIQUE_COPY_H
-#include <__config>
#include <__algorithm/comp.h>
+#include <__config>
#include <__iterator/iterator_traits.h>
#include <utility>