Skip to content

Commit

Permalink
Removed unnecessary header file
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Hader committed Mar 15, 2024
1 parent c39f9d1 commit 4f1235d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 23 deletions.
1 change: 0 additions & 1 deletion src/polynomial/feasibility_set_int.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
*/

#include <feasibility_set_int.h>
#include "polynomial/feasibility_set_int.h"

#include <stdlib.h>
#include <assert.h>
Expand Down
21 changes: 0 additions & 21 deletions src/polynomial/feasibility_set_int.h

This file was deleted.

1 change: 0 additions & 1 deletion src/polynomial/polynomial.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "number/integer.h"

#include "polynomial/feasibility_set.h"
#include "polynomial/feasibility_set_int.h"
#include "polynomial/polynomial_vector.h"

#include "utils/debug_trace.h"
Expand Down

0 comments on commit 4f1235d

Please sign in to comment.