X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FTimeoutQueue.cpp;h=42e70176e353e3a410340077e72145b6ce997838;hb=7bf1486094cccb266e789a378d8e5f91e3cb7780;hp=f9eea10f5ca78854e5dbfa94cfd9e23fb0c2014e;hpb=27494a20393fa45072e7d526d358835f3abe312a;p=folly.git diff --git a/folly/TimeoutQueue.cpp b/folly/TimeoutQueue.cpp index f9eea10f..42e70176 100644 --- a/folly/TimeoutQueue.cpp +++ b/folly/TimeoutQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2012 Facebook, Inc. + * Copyright 2017 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,8 +14,9 @@ * limitations under the License. */ -#include "folly/TimeoutQueue.h" +#include #include +#include namespace folly { @@ -72,5 +73,4 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) { return nextExp; } -} // namespace folly - +} // namespace folly