X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FLogging.h;h=70172706ed7f2bd5a9c60967e513e7111e16fd11;hb=2642bd3dcf9658be7da3e5b5bc622fe051200e97;hp=f99b50302463898d68841c5c8fde43ef09541741;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/Logging.h b/folly/Logging.h index f99b5030..70172706 100644 --- a/folly/Logging.h +++ b/folly/Logging.h @@ -1,5 +1,5 @@ /* - * Copyright 2016 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,8 +14,7 @@ * limitations under the License. */ -#ifndef FOLLY_LOGGING_H_ -#define FOLLY_LOGGING_H_ +#pragma once #include #include @@ -54,5 +53,3 @@ LOG(severity) #endif - -#endif // FOLLY_LOGGING_H_