X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FTimeoutQueue.cpp;h=42e70176e353e3a410340077e72145b6ce997838;hb=ea815395588bf55ce57f505e05f5df469edf3436;hp=28621860a1cb0f9c6bea6c42dda62b3b7e499d5e;hpb=5c77fedbef46995a71ffa268c9fcaf49efddd01b;p=folly.git diff --git a/folly/TimeoutQueue.cpp b/folly/TimeoutQueue.cpp index 28621860..42e70176 100644 --- a/folly/TimeoutQueue.cpp +++ b/folly/TimeoutQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013 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