Skip to content

Commit 5054c23

Browse files
author
Gal Ben David
committed
wip
1 parent b5b06b3 commit 5054c23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/git_repository_scanner.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
#include <thread>
88
#include <git2.h>
99

10-
#include "pybind11/pybind11.h"
11-
#include "pybind11/stl.h"
12-
#include "taskflow/taskflow.hpp"
10+
#include <pybind11/pybind11.h>
11+
#include <pybind11/stl.h>
12+
#include <taskflow/taskflow.hpp>
1313

1414
#include "rules_manager.hpp"
1515

0 commit comments

Comments
 (0)