diff options
Diffstat (limited to 'NvCloth/src/ClothClone.h')
| -rw-r--r-- | NvCloth/src/ClothClone.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/NvCloth/src/ClothClone.h b/NvCloth/src/ClothClone.h index 386fee6..7145da5 100644 --- a/NvCloth/src/ClothClone.h +++ b/NvCloth/src/ClothClone.h @@ -29,12 +29,12 @@ #pragma once -#include "../SwFactory.h" -#include "../SwFabric.h" -#include "../SwCloth.h" +#include "SwFactory.h" +#include "SwFabric.h" +#include "SwCloth.h" -#include "../ClothImpl.h" -#include "../ClothBase.h" +#include "ClothImpl.h" +#include "ClothBase.h" #include "NvCloth/Allocator.h" namespace nv |