Skip to content

Commit

Permalink
Clean block_sort includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Morwenn committed Nov 24, 2015
1 parent 6433e9b commit d11ba84
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions include/cpp-sort/detail/block_sort.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,9 @@
////////////////////////////////////////////////////////////
#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstddef>
#include <cstring>
#include <ctime>
#include <iterator>
#include <limits>
#include <vector>
#include <cpp-sort/utility/as_function.h>
#include "lower_bound.h"
#include "upper_bound.h"
Expand Down

0 comments on commit d11ba84

Please sign in to comment.