Fix tinyxml include

This came up as a code suggestion, presumably for consistency.

PiperOrigin-RevId: 771966921
Change-Id: Ic29afc9a9eb1e0b87dd7d9ac04a5ad9790f86f0d
This commit is contained in:
Google DeepMind
2025-06-16 04:25:55 -07:00
committed by Copybara-Service
parent 41eb966c9b
commit 3969cac614
@@ -21,6 +21,7 @@
#include <mujoco/mujoco.h>
#include "mjcf/mujoco_to_usd.h"
#include "third_party/tinyxml2/tinyxml2.h"
#include <pxr/base/tf/diagnostic.h>
#include <pxr/base/tf/enum.h>
#include <pxr/base/tf/pathUtils.h>
@@ -37,7 +38,6 @@
#include <pxr/usd/sdf/fileFormat.h>
#include <pxr/usd/sdf/layer.h>
#include <pxr/usd/usd/usdaFileFormat.h>
#include "tinyxml2.h"
PXR_NAMESPACE_OPEN_SCOPE