projects
/
folly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7b5d03d
)
Cleanup duplicate include
author
Sean Cannella
<seanc@fb.com>
Wed, 28 Jan 2015 23:28:58 +0000
(15:28 -0800)
committer
woo
<woo@fb.com>
Mon, 2 Feb 2015 21:14:15 +0000
(13:14 -0800)
Summary:
Included climits and limits.h due to non-conflicting changes,
clean this up.
Test Plan: compiled
Reviewed By: kelarini@fb.com
Subscribers: trunkagent, folly-diffs@
FB internal diff:
D1810133
Signature: t1:
1810133
:
1422483209
:
0826d2198769efed86607de6c5b28ce0bc4ac04b
folly/Range.h
patch
|
blob
|
history
diff --git
a/folly/Range.h
b/folly/Range.h
index 839108ad8cfa7517fb57c9f43bff8d8afa19a5ea..1d904faf8350419048a0a2c5c36233f6447b5c47 100644
(file)
--- a/
folly/Range.h
+++ b/
folly/Range.h
@@
-24,11
+24,10
@@
#include <folly/FBString.h>
#include <algorithm>
#include <boost/operators.hpp>
-#include <cstring>
#include <climits>
+#include <cstring>
#include <glog/logging.h>
#include <iosfwd>
-#include <limits.h>
#include <stdexcept>
#include <string>
#include <type_traits>