diff options
| author | Stefan Boberg <[email protected]> | 2021-10-23 19:00:54 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-23 19:00:54 +0200 |
| commit | 62534b176b04cd7d6b12ac993726e2986b719dbb (patch) | |
| tree | 63db6f5ebd235ce84f94d2d54912d03fd32af10e /zenstore/zenstore.cpp | |
| parent | cas: fixed some warnings (diff) | |
| download | zen-62534b176b04cd7d6b12ac993726e2986b719dbb.tar.xz zen-62534b176b04cd7d6b12ac993726e2986b719dbb.zip | |
clang-format
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 de0f43cb3..9fdf2dccf 100644 --- a/zenstore/zenstore.cpp +++ b/zenstore/zenstore.cpp @@ -4,8 +4,8 @@ #include <zenstore/CAS.h> #include <zenstore/basicfile.h> -#include "filecas.h" #include "compactcas.h" +#include "filecas.h" namespace zen { |