X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FLogging.h;h=404ca80e4d83dc093904be927a1f27fbbf31766d;hb=26c4e8d2c5797fa25a3ea03104bef207f13e1cd6;hp=d5a31734ccdf8e0655620e6b248209ada3123e9a;hpb=275ca94d04e44f28cfa411668eb1c1dd8db90b80;p=folly.git diff --git a/folly/Logging.h b/folly/Logging.h index d5a31734..404ca80e 100644 --- a/folly/Logging.h +++ b/folly/Logging.h @@ -1,5 +1,5 @@ /* - * Copyright 2015 Facebook, Inc. + * Copyright 2016 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_