aboutsummaryrefslogtreecommitdiff
path: root/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp')
-rw-r--r--webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp b/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
index 2d1529aacd..b934e3ebfb 100644
--- a/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
+++ b/webrtc/system_wrappers/source/spreadsortlib/spreadsort.hpp
@@ -17,9 +17,9 @@ Scott McMurray
#ifndef BOOST_SPREAD_SORT_H
#define BOOST_SPREAD_SORT_H
#include <algorithm>
-#include <vector>
-#include "constants.hpp"
#include <cstring>
+#include <vector>
+#include "webrtc/system_wrappers/source/spreadsortlib/constants.hpp"
namespace boost {
namespace detail {