X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Fbuild%2FGenerateFingerprintTables.cpp;h=19d472c07580b3d89bfbaa71173a5d49b7ada112;hb=7d8fbeb8b9a69cee2a2f26c977ffb3f2b7b6fa92;hp=b39c168baf9847b9cf2447845cb4efcbd8425639;hpb=41c4a7b27c2f975c069af7cce7aeae06f0089c19;p=folly.git diff --git a/folly/build/GenerateFingerprintTables.cpp b/folly/build/GenerateFingerprintTables.cpp index b39c168b..19d472c0 100644 --- a/folly/build/GenerateFingerprintTables.cpp +++ b/folly/build/GenerateFingerprintTables.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013 Facebook, Inc. + * Copyright 2014 Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -26,9 +26,9 @@ #include #include -#include "folly/Format.h" +#include -#include "folly/detail/FingerprintPolynomial.h" +#include using namespace folly; using namespace folly::detail; @@ -119,7 +119,7 @@ void computeTables(FILE* file, const FingerprintPolynomial& poly) { } // namespace int main(int argc, char *argv[]) { - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); google::InitGoogleLogging(argv[0]); std::string name = folly::format("{}/{}", FLAGS_install_dir, @@ -134,7 +134,7 @@ int main(int argc, char *argv[]) { " * AUTOMATICALLY GENERATED. DO NOT EDIT.\n" " */\n" "\n" - "#include \"folly/Fingerprint.h\"\n" + "#include \n" "\n" "namespace folly {\n" "namespace detail {\n"