X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FLogging.h;h=106aec3a94feff38eb7a3b439138a1a7cb112d23;hb=963dc51a8d63a91b2aaa179d9bc7f5d06c62d97d;hp=d5a31734ccdf8e0655620e6b248209ada3123e9a;hpb=275ca94d04e44f28cfa411668eb1c1dd8db90b80;p=folly.git diff --git a/folly/Logging.h b/folly/Logging.h index d5a31734..106aec3a 100644 --- a/folly/Logging.h +++ b/folly/Logging.h @@ -1,5 +1,5 @@ /* - * Copyright 2015 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,11 +14,11 @@ * limitations under the License. */ -#ifndef FOLLY_LOGGING_H_ -#define FOLLY_LOGGING_H_ +#pragma once #include #include + #include #ifndef FB_LOG_EVERY_MS @@ -54,5 +54,3 @@ LOG(severity) #endif - -#endif // FOLLY_LOGGING_H_