Rename user_asset_cache to user_cache.

PiperOrigin-RevId: 601097322
Change-Id: Iea3d6481cd214028ef63ed72868999ecb0b1eeb4
This commit is contained in:
Kyle Bayes
2024-01-24 06:04:42 -08:00
committed by Copybara-Service
parent 0a7be1732c
commit aede8cf5cf
3 changed files with 26 additions and 26 deletions
@@ -12,7 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#include "user/user_asset_cache.h"
#include "user/user_cache.h"
#include <algorithm>
#include <cstdint>
@@ -12,8 +12,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef MUJOCO_SRC_USER_ASSET_CACHE_H_
#define MUJOCO_SRC_USER_ASSET_CACHE_H_
#ifndef MUJOCO_SRC_USER_CACHE_H_
#define MUJOCO_SRC_USER_CACHE_H_
#include <cstddef>
#include <cstdint>
@@ -192,4 +192,4 @@ class mjCCache {
std::unordered_map<std::string, std::unordered_set<mjCAsset*>> models_;
};
#endif // MUJOCO_SRC_USER_ASSET_CACHE_H_
#endif // MUJOCO_SRC_USER_CACHE_H_