X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FTimeoutQueue.cpp;h=3887cdd39fdb04b5b9b889ec98e54591425eaa73;hp=84966213c1ab454aafb5c8874b76e65ba902a547;hb=16f34c7d5024564897bd4ab6ca9b6725747c2ea6;hpb=cf2bae35d610b7fae36a19e355004665f605668c diff --git a/folly/TimeoutQueue.cpp b/folly/TimeoutQueue.cpp index 84966213..3887cdd3 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,7 +14,7 @@ * limitations under the License. */ -#include "folly/TimeoutQueue.h" +#include #include #include @@ -74,4 +74,3 @@ int64_t TimeoutQueue::runInternal(int64_t now, bool onceOnly) { } } // namespace folly -