X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FTimeoutQueue.cpp;h=f81cabf8fe87d13c2dd1ce147b16c68434ba5407;hb=fd915b73606e09a5f46a1bca0a5d3643a1567014;hp=f9eea10f5ca78854e5dbfa94cfd9e23fb0c2014e;hpb=27494a20393fa45072e7d526d358835f3abe312a;p=folly.git diff --git a/folly/TimeoutQueue.cpp b/folly/TimeoutQueue.cpp index f9eea10f..f81cabf8 100644 --- a/folly/TimeoutQueue.cpp +++ b/folly/TimeoutQueue.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2012 Facebook, Inc. + * Copyright 2014 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 { @@ -73,4 +74,3 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) { } } // namespace folly -