X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FFile.h;h=26d158e11f9b1fb5dca80ce228f24211077ad05e;hb=61d53283231cb00c22e1e98fed40af344d63204d;hp=53e58deffe1621e82273977af57fe6006bdc2354;hpb=321542683a01c3f334047531e9b487f047129775;p=folly.git diff --git a/folly/File.h b/folly/File.h index 53e58def..26d158e1 100644 --- a/folly/File.h +++ b/folly/File.h @@ -14,18 +14,17 @@ * limitations under the License. */ -#ifndef FOLLY_FILE_H_ -#define FOLLY_FILE_H_ +#pragma once #include #include #include -#include #include #include #include +#include namespace folly { @@ -136,5 +135,3 @@ void swap(File& a, File& b); } // namespace folly - -#endif /* FOLLY_FILE_H_ */