Rename user_asset_cache to user_cache.
PiperOrigin-RevId: 601097322 Change-Id: Iea3d6481cd214028ef63ed72868999ecb0b1eeb4
This commit is contained in:
committed by
Copybara-Service
parent
0a7be1732c
commit
aede8cf5cf
@@ -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_
|
||||
Reference in New Issue
Block a user