Skip to content

Commit

Permalink
Support the generated config specification headers
Browse files Browse the repository at this point in the history
Reviewed By: WizKid

Differential Revision: D65399273

fbshipit-source-id: a0878ffabb23df8289a2d2ae61fd9d2303c8eb2f
  • Loading branch information
Robert Ikeoka authored and facebook-github-bot committed Nov 4, 2024
1 parent 426e187 commit b70adfc
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion hphp/hhbbc/eval-cell.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include "hphp/hhbbc/options.h"
#include "hphp/hhbbc/type-system.h"

#include "hphp/util/configs/jit.h" // @manual=//hphp/util/configs:jit
#include "hphp/util/configs/jit.h"

namespace HPHP::HHBBC {

Expand Down
2 changes: 1 addition & 1 deletion hphp/runtime/ext/facts/ext_facts.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
#include "hphp/runtime/vm/treadmill.h"
#include "hphp/system/systemlib.h"
#include "hphp/util/assertions.h"
#include "hphp/util/configs/autoload.h" // @manual=//hphp/util/configs:autoload
#include "hphp/util/configs/autoload.h"
#include "hphp/util/hash-map.h"
#include "hphp/util/hash.h"
#include "hphp/util/logger.h"
Expand Down
2 changes: 1 addition & 1 deletion hphp/runtime/ext/facts/fact-extractor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include "hphp/runtime/ext/facts/fact-extractor.h"
#include "hphp/runtime/ext/facts/thread-factory.h"
#include "hphp/runtime/vm/unit-parser.h"
#include "hphp/util/configs/autoload.h" // @manual=//hphp/util/configs:autoload
#include "hphp/util/configs/autoload.h"
#include "hphp/util/logger.h"
#include "hphp/util/match.h"
#include "hphp/util/text-util.h"
Expand Down
2 changes: 1 addition & 1 deletion hphp/runtime/ext/facts/facts-store.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
#include "hphp/runtime/ext/facts/thread-factory.h"
#include "hphp/runtime/vm/treadmill.h"
#include "hphp/util/assertions.h"
#include "hphp/util/configs/autoload.h" // @manual=//hphp/util/configs:autoload
#include "hphp/util/configs/autoload.h"
#include "hphp/util/hash-set.h"
#include "hphp/util/logger.h"
#include "hphp/util/optional.h"
Expand Down
2 changes: 1 addition & 1 deletion hphp/runtime/server/proxygen/proxygen-server.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include "hphp/runtime/server/http-server.h"
#include "hphp/runtime/server/proxygen/proxygen-transport.h"
#include "hphp/runtime/server/server-stats.h"
#include "hphp/util/configs/server.h" // @manual=//hphp/util/configs:server
#include "hphp/util/configs/server.h"
#include "hphp/runtime/base/crash-reporter.h"
#include "hphp/runtime/base/runtime-option.h"
#include "hphp/runtime/base/program-functions.h"
Expand Down

0 comments on commit b70adfc

Please sign in to comment.