Skip to content

Commit

Permalink
Remove AutoHeaders.RECURSIVE_GLOB from wdt/
Browse files Browse the repository at this point in the history
Reviewed By: yfeldblum

Differential Revision: D34118010

fbshipit-source-id: ae10f8934ecc1f738d388f9603fa003a4c8647c4
  • Loading branch information
Marc Fisher authored and facebook-github-bot committed Feb 10, 2022
1 parent babbc9d commit aaec2a1
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion bench/Bigram.cpp
Expand Up @@ -12,7 +12,7 @@
* Author: ldemailly
*/

#include "Bigram.h"
#include "wdt/bench/Bigram.h"
#include <glog/logging.h>

/// Utility functions
Expand Down
2 changes: 1 addition & 1 deletion bench/wdtGenFiles.cpp
Expand Up @@ -22,7 +22,7 @@
#include <glog/logging.h>

#include <wdt/WdtConfig.h>
#include "Bigram.h"
#include "wdt/bench/Bigram.h"

/* Future "interface"/"features":
Expand Down
2 changes: 1 addition & 1 deletion bench/wdtGenTest.cpp
Expand Up @@ -8,7 +8,7 @@
// #include <folly/Benchmark.h>
#include <glog/logging.h>
#include <gtest/gtest.h>
#include "Bigram.h"
#include "wdt/bench/Bigram.h"

using std::string;

Expand Down
2 changes: 1 addition & 1 deletion bench/wdtStats.cpp
Expand Up @@ -16,7 +16,7 @@
#include <glog/logging.h>

#include <wdt/WdtConfig.h>
#include "Bigram.h"
#include "wdt/bench/Bigram.h"

DEFINE_bool(binary, false, "Binary format output");
DEFINE_bool(wrap, false, "Consider last byte to wrap back to first");
Expand Down
2 changes: 1 addition & 1 deletion test/test_encdeci64_func.cpp
Expand Up @@ -12,7 +12,7 @@
*/
#include <wdt/util/SerializationUtil.h>

#include "TestCommon.h"
#include "wdt/test/TestCommon.h"

using std::string;

Expand Down
2 changes: 1 addition & 1 deletion test/test_encdeci64_perf.cpp
Expand Up @@ -14,7 +14,7 @@

#include <common/encode/Coding.h> // this won't work outside of fb
#include <folly/Benchmark.h>
#include "TestCommon.h"
#include "wdt/test/TestCommon.h"

using namespace facebook::wdt;

Expand Down
2 changes: 1 addition & 1 deletion util/Stats.cpp
Expand Up @@ -12,7 +12,7 @@
* Author: ldemailly
*/

#include "Stats.h"
#include "wdt/util/Stats.h"

#include <math.h>

Expand Down
2 changes: 1 addition & 1 deletion util/WdtFlags.cpp
Expand Up @@ -12,7 +12,7 @@
#include <glog/logging.h>
#include <iostream>

#include "WdtFlags.cpp.inc"
#include "wdt/util/WdtFlags.cpp.inc"

WDT_FLAG_DEFINITION(
string, WDT_FLAG_SYM(option_type),
Expand Down

0 comments on commit aaec2a1

Please sign in to comment.