Add Copybara rule to transform header paths under experimental.

PiperOrigin-RevId: 930498813
Change-Id: I18d4cdad18cd1f2e23c8ba48ebf2d2e5a3b54168
This commit is contained in:
Michael Moss
2026-06-11 06:48:21 -07:00
committed by Copybara-Service
parent 018fbc3223
commit fbdf8a6215
5 changed files with 11 additions and 11 deletions
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "third_party/mujoco/src/experimental/platform/hal/renderer.h"
#include <mujoco/experimental/platform/hal/renderer.h>
#include <cstddef>
#include <memory>
@@ -21,7 +21,7 @@
#include <vector>
#include <mujoco/mujoco.h>
#include "third_party/mujoco/src/experimental/platform/hal/graphics_mode.h"
#include <mujoco/experimental/platform/hal/graphics_mode.h>
#include "structs.h"
#include <pybind11/eval.h>
#include <pybind11/pybind11.h>