aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/module/clothing/src/ClothingActorImpl.cpp
diff options
context:
space:
mode:
authorSheikh Dawood Abdul Ajees <[email protected]>2017-05-12 17:45:18 -0500
committerSheikh Dawood Abdul Ajees <[email protected]>2017-05-12 17:45:18 -0500
commit7f12de60542edc8f1c6683e6b4cdce8570e51456 (patch)
tree0b5d533bae189ea286257b5ab78b635fafb19aa0 /APEX_1.4/module/clothing/src/ClothingActorImpl.cpp
parentPhysX 3.4, APEX 1.4 patch release @22017166 (diff)
downloadphysx-3.4-7f12de60542edc8f1c6683e6b4cdce8570e51456.tar.xz
physx-3.4-7f12de60542edc8f1c6683e6b4cdce8570e51456.zip
PhysX 3.4, APEX 1.4 patch release @22121272
Diffstat (limited to 'APEX_1.4/module/clothing/src/ClothingActorImpl.cpp')
-rw-r--r--APEX_1.4/module/clothing/src/ClothingActorImpl.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/APEX_1.4/module/clothing/src/ClothingActorImpl.cpp b/APEX_1.4/module/clothing/src/ClothingActorImpl.cpp
index 0d593f06..9d57a938 100644
--- a/APEX_1.4/module/clothing/src/ClothingActorImpl.cpp
+++ b/APEX_1.4/module/clothing/src/ClothingActorImpl.cpp
@@ -8,10 +8,10 @@
* license agreement from NVIDIA CORPORATION is strictly prohibited.
*/
-#include "ApexSimdMath.h"
-#include "ApexDefs.h"
+#include "ApexDefs.h"
#include "PsIntrinsics.h"
+#include "SimdMath.h"
#include "ClothingActorImpl.h"
#include "ClothingActorProxy.h"