X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FSingletonThreadLocal.h;h=692495645d8baf74ec288fc763c47c0e4c8696ab;hb=afde52ff7655ba79759eafdbee14b3fe47428fce;hp=a4bb462735c92de527cccf96ce670fe5a765a58e;hpb=e51e77808a23b50ae1d61ec0a9ca2a5f89e4b9bb;p=folly.git diff --git a/folly/SingletonThreadLocal.h b/folly/SingletonThreadLocal.h index a4bb4627..69249564 100644 --- a/folly/SingletonThreadLocal.h +++ b/folly/SingletonThreadLocal.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2016-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. @@ -16,8 +16,8 @@ #pragma once -#include #include +#include namespace folly { @@ -92,4 +92,4 @@ class SingletonThreadLocal { SingletonT singleton_; }; -} +} // namespace folly