Make folly's T_CHECK_TIMEOUT/T_CHECK_TIME_LT use SKIP() on failure
[folly.git] / folly / TimeoutQueue.cpp
index 84966213c1ab454aafb5c8874b76e65ba902a547..aaf98a2c598c30de42bfb1a7633b73346bd0bebf 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2013 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.
@@ -14,7 +14,7 @@
  * limitations under the License.
  */
 
-#include "folly/TimeoutQueue.h"
+#include <folly/TimeoutQueue.h>
 #include <algorithm>
 #include <vector>
 
@@ -74,4 +74,3 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) {
 }
 
 }  // namespace folly
-