X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FTimeoutQueue.h;h=9b90328fef459f324327080d547cc2bb1b46583b;hp=5c5b87d7c999f7c44c9fb7ab141daad84a6901ab;hb=afde52ff7655ba79759eafdbee14b3fe47428fce;hpb=275ca94d04e44f28cfa411668eb1c1dd8db90b80 diff --git a/folly/TimeoutQueue.h b/folly/TimeoutQueue.h index 5c5b87d7..9b90328f 100644 --- a/folly/TimeoutQueue.h +++ b/folly/TimeoutQueue.h @@ -1,5 +1,5 @@ /* - * Copyright 2015 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. @@ -25,15 +25,15 @@ * @author Tudor Bosman (tudorb@fb.com) */ -#ifndef FOLLY_TIMEOUTQUEUE_H_ -#define FOLLY_TIMEOUTQUEUE_H_ +#pragma once -#include +#include #include -#include + #include -#include #include +#include +#include namespace folly { @@ -126,6 +126,4 @@ class TimeoutQueue { Id nextId_; }; -} // namespace folly - -#endif /* FOLLY_TIMEOUTQUEUE_H_ */ +} // namespace folly