diff options
| author | Martin Ridgers <[email protected]> | 2021-10-29 15:10:28 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-10-29 15:49:27 +0200 |
| commit | a0bd0821e7a23f1ff3476151c0702be3691dc582 (patch) | |
| tree | 3910d5d41e32be1a9b48ffdbf612dc99615e604a /zenstore/compactcas.cpp | |
| parent | Disabled SpawnServer() on POSIX for time being (diff) | |
| download | zen-a0bd0821e7a23f1ff3476151c0702be3691dc582.tar.xz zen-a0bd0821e7a23f1ff3476151c0702be3691dc582.zip | |
CAS.cpp/h -> cas.cpp/h to keep Zen's file casing consistent
Diffstat (limited to 'zenstore/compactcas.cpp')
| -rw-r--r-- | zenstore/compactcas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/compactcas.cpp b/zenstore/compactcas.cpp index 3631722d4..f80bc85c4 100644 --- a/zenstore/compactcas.cpp +++ b/zenstore/compactcas.cpp @@ -1,6 +1,6 @@ // Copyright Epic Games, Inc. All Rights Reserved. -#include <zenstore/CAS.h> +#include <zenstore/cas.h> #include "compactcas.h" |