Update SDL2 copybara transformations

PiperOrigin-RevId: 957294480
Change-Id: Ied7131cafe83b11379e275ab4287609674251db5
This commit is contained in:
Matija Kecman
2026-07-31 13:03:51 -07:00
committed by Copybara-Service
parent e295b31c60
commit 0ca53dacf8
2 changed files with 3 additions and 3 deletions
@@ -30,7 +30,7 @@
#include <imgui.h>
#include <implot.h>
#include "experimental/platform/ux/fonts.h"
#include <mujoco/experimental/platform/ux/fonts.h>
#include <NetImgui_Api.h>
#include "google/logging.h"
#include <pybind11/pybind11.h>
@@ -37,8 +37,8 @@
#include <unordered_map>
#include <vector>
#include "third_party/SDL2/include/SDL.h"
#include "third_party/SDL2/include/SDL_opengl.h"
#include <SDL.h>
#include <SDL_opengl.h>
#include <imgui.h>
#include <implot.h>
#include <mujoco/mujoco.h>