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/zenstore.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/zenstore.cpp')
| -rw-r--r-- | zenstore/zenstore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenstore/zenstore.cpp b/zenstore/zenstore.cpp index d852fa64b..cc4a34fdb 100644 --- a/zenstore/zenstore.cpp +++ b/zenstore/zenstore.cpp @@ -2,7 +2,7 @@ #include "zenstore/zenstore.h" -#include <zenstore/CAS.h> +#include <zenstore/cas.h> #include <zenstore/basicfile.h> #include "filecas.h" |