Skip to content

Commit

Permalink
Remove gsl ref
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Nov 29, 2023
1 parent b449a5b commit 2dbce2a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ IncludeCategories:
# Third-party headers. Update when adding new third-party library
- Regex: '^<(clp)'
Priority: 3
- Regex: '<(gsl)'
Priority: 3
- Regex: '<(json)'
Priority: 3
# C headers
Expand Down
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ recursive-include clp_ffi_py *.pyi
recursive-include clp_ffi_py py.typed
include setup.cfg
include src/clp/components/core/submodules/json/single_include/nlohmann/json.hpp
include src/GSL/include/gsl/*
recursive-include tests *
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
language="c++",
include_dirs=[
"src",
"src/GSL/include",
"src/clp/components/core/submodules",
],
sources=[
Expand Down

0 comments on commit 2dbce2a

Please sign in to comment.