X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FFormatTraits.h;h=145c256da160a84b4239d401e4eeeed872260ccb;hb=a60bf0bb374f4b57c0f00cd862e2861e1f381ed0;hp=9ff17bd63907bcdf92020de1e494a5601f2fab8f;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/FormatTraits.h b/folly/FormatTraits.h index 9ff17bd6..145c256d 100644 --- a/folly/FormatTraits.h +++ b/folly/FormatTraits.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_FORMAT_TRAITS_H_ -#define FOLLY_FORMAT_TRAITS_H_ +#pragma once #include @@ -62,5 +61,3 @@ struct IndexableTraitsAssoc : public FormatTraitsBase { }; }} // namespaces - -#endif /* FOLLY_FORMAT_TRAITS_H_ */