diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-11-30 14:11:35 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-12-04 12:08:31 +0100 |
commit | 4c9295a45adab05571b8f81027f936522a6b48d3 (patch) | |
tree | 48f6e545967551549d91cf4aaf41dedb325d5323 /src/other_tools/git_operations/git_repo_remote.cpp | |
parent | 6c4bbd01453e0fd71889d6b2ab28c4da53c6a50e (diff) | |
download | justbuild-4c9295a45adab05571b8f81027f936522a6b48d3.tar.gz |
git_repo_remote: Fix wrong header include format
Diffstat (limited to 'src/other_tools/git_operations/git_repo_remote.cpp')
-rw-r--r-- | src/other_tools/git_operations/git_repo_remote.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/other_tools/git_operations/git_repo_remote.cpp b/src/other_tools/git_operations/git_repo_remote.cpp index 9739362a..cb2ff7a0 100644 --- a/src/other_tools/git_operations/git_repo_remote.cpp +++ b/src/other_tools/git_operations/git_repo_remote.cpp @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -#include <src/other_tools/git_operations/git_repo_remote.hpp> +#include "src/other_tools/git_operations/git_repo_remote.hpp" #include "fmt/core.h" #include "nlohmann/json.hpp" |