X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2FLogging.h;h=70172706ed7f2bd5a9c60967e513e7111e16fd11;hp=1a9aeb4f7db92ee3fc8cbef075845b790c656c5c;hb=9883bc3793fc71b8d4c8d1adf6c6fe796e9131e5;hpb=f13e9e39511d80132d10871ab1c916c2df5fd7db diff --git a/folly/Logging.h b/folly/Logging.h index 1a9aeb4f..70172706 100644 --- a/folly/Logging.h +++ b/folly/Logging.h @@ -1,5 +1,5 @@ /* - * Copyright 2014 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_