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 /zenserver/testing/launch.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 'zenserver/testing/launch.cpp')
| -rw-r--r-- | zenserver/testing/launch.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zenserver/testing/launch.cpp b/zenserver/testing/launch.cpp index 1f38257e5..96f01576c 100644 --- a/zenserver/testing/launch.cpp +++ b/zenserver/testing/launch.cpp @@ -9,7 +9,7 @@ #include <zencore/iobuffer.h> #include <zencore/iohash.h> #include <zencore/logging.h> -#include <zenstore/CAS.h> +#include <zenstore/cas.h> #if ZEN_PLATFORM_WINDOWS # include <zencore/windows.h> |