Make folly's T_CHECK_TIMEOUT/T_CHECK_TIME_LT use SKIP() on failure
[folly.git] / folly / Fingerprint.h
index a0c474564ab20708ee48b2a97f8bc3471b848f4b..daa7ddd2a7edc5c7c93967ec3f6e17f4fc8d3c71 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2015 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -47,7 +47,7 @@
 
 #include <cstdint>
 
-#include "folly/Range.h"
+#include <folly/Range.h>
 
 namespace folly {
 
@@ -263,4 +263,3 @@ inline uint64_t Fingerprint<128>::shlor64(uint64_t v) {
 }  // namespace folly
 
 #endif /* FOLLY_FINGERPRINT_H_ */
-