diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/file_system/TARGETS | 3 | ||||
-rw-r--r-- | src/buildtool/file_system/git_cas.cpp | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/buildtool/file_system/TARGETS b/src/buildtool/file_system/TARGETS index 3bc4471e..9d7a961b 100644 --- a/src/buildtool/file_system/TARGETS +++ b/src/buildtool/file_system/TARGETS @@ -32,8 +32,7 @@ , "deps": ["object_type", "git_context", ["@", "gsl-lite", "", "gsl-lite"]] , "stage": ["src", "buildtool", "file_system"] , "private-deps": - [ "file_system_manager" - , ["src/buildtool/logging", "logging"] + [ ["src/buildtool/logging", "logging"] , ["src/utils/cpp", "hex_string"] , ["", "libgit2"] ] diff --git a/src/buildtool/file_system/git_cas.cpp b/src/buildtool/file_system/git_cas.cpp index d1ea0870..33fc665a 100644 --- a/src/buildtool/file_system/git_cas.cpp +++ b/src/buildtool/file_system/git_cas.cpp @@ -17,7 +17,6 @@ #include <mutex> #include <sstream> -#include "src/buildtool/file_system/file_system_manager.hpp" #include "src/buildtool/logging/logger.hpp" #include "src/utils/cpp/hex_string.hpp" |