X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FTimeoutQueue.h;h=abea245812558fd61e187c9ea345697da7b7f05b;hb=b422f6b54599ddbde6f5f596ec2fbc2171816301;hp=6473cbbcb12afbca74c48b843c33e97a6692446a;hpb=5c77fedbef46995a71ffa268c9fcaf49efddd01b;p=folly.git diff --git a/folly/TimeoutQueue.h b/folly/TimeoutQueue.h index 6473cbbc..abea2458 100644 --- a/folly/TimeoutQueue.h +++ b/folly/TimeoutQueue.h @@ -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. @@ -25,8 +25,7 @@ * @author Tudor Bosman (tudorb@fb.com) */ -#ifndef FOLLY_TIMEOUTQUEUE_H_ -#define FOLLY_TIMEOUTQUEUE_H_ +#pragma once #include #include @@ -127,6 +126,3 @@ class TimeoutQueue { }; } // namespace folly - -#endif /* FOLLY_TIMEOUTQUEUE_H_ */ -