X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fio%2FRecordIO.h;h=a350fc10404b45d78d35af19c8878a7ea7ed72b0;hb=b3e7df8220f410398011fea71b280ba8be459fcc;hp=b31e5d0e6837057ed24d54e0c5e2117fd851604a;hpb=275ca94d04e44f28cfa411668eb1c1dd8db90b80;p=folly.git diff --git a/folly/io/RecordIO.h b/folly/io/RecordIO.h index b31e5d0e..a350fc10 100644 --- a/folly/io/RecordIO.h +++ b/folly/io/RecordIO.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. @@ -22,7 +22,8 @@ * or deleted chunks of the file, or modified data. When reading, you may lose * corrupted records, but the stream will resynchronize automatically. */ -#ifndef FOLLY_IO_RECORDIO_H_ + +#pragma once #define FOLLY_IO_RECORDIO_H_ #include @@ -176,5 +177,3 @@ RecordInfo validateRecord(ByteRange range, uint32_t fileId); } // namespaces #include - -#endif /* FOLLY_IO_RECORDIO_H_ */