X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FTimeoutQueue.cpp;h=f70724e01bec7d4155b7aed913784a535f251ebc;hp=f9eea10f5ca78854e5dbfa94cfd9e23fb0c2014e;hb=b50a3dd838801676f9f5a3d5f0b9a094a8175d72;hpb=27494a20393fa45072e7d526d358835f3abe312a diff --git a/folly/TimeoutQueue.cpp b/folly/TimeoutQueue.cpp index f9eea10f..f70724e0 100644 --- a/folly/TimeoutQueue.cpp +++ b/folly/TimeoutQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2012 Facebook, Inc. + * Copyright 2011-present 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