Skip to content

Commit

Permalink
Remove not relevant include statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuDutSik committed Sep 9, 2024
1 parent 5b6ef9c commit cc37979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src_graph/Makefile_spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ OUTPUTFLAG = -o
CLOCAL = -I../src_basic -I../src_number -I../src_matrix -I../src_comb -I../src_xml -I.


CFLAGS = -I$(GMP_INCDIR) -I$(PERMLIB_INCDIR) -I$(LIBBLISS_INCDIR) -I$(BOOST_INCDIR) -I$(EIGEN_PATH) $(NAUTY_INCLUDE)
CFLAGS = -I$(GMP_INCDIR) -I$(LIBBLISS_INCDIR) -I$(BOOST_INCDIR) -I$(EIGEN_PATH) $(NAUTY_INCLUDE)

LIBS = -lm $(GMP_CXX_LINK) -pthread $(LIBBLISS_LINK) $(NAUTY_LINK)

Expand Down
4 changes: 2 additions & 2 deletions src_matrix/Makefile_spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ CLOCAL = -I../src_basic -I../src_number -I../src_comb -I.
CDEFS = -DDEBUG


CFLAGS = -I$(GMP_INCDIR) -I$(PERMLIB_INCDIR) -I$(LIBSHORT_INCDIR) -I$(BOOST_INCDIR) -I$(EIGEN_PATH) $(FLINT_INCLUDE)
CFLAGS = -I$(GMP_INCDIR) -I$(BOOST_INCDIR) -I$(EIGEN_PATH) $(FLINT_INCLUDE)

LIBS = -lm $(GMP_CXX_LINK) -pthread $(LIBSHORT_LINK) $(FLINT_LINK) $(BOOST_LINK)
LIBS = -lm $(GMP_CXX_LINK) -pthread $(FLINT_LINK) $(BOOST_LINK)

%.o: %.cpp
@echo
Expand Down

0 comments on commit cc37979

Please sign in to comment.