Skip to content

Commit

Permalink
Use compiled.h instead of src/compiled.h
Browse files Browse the repository at this point in the history
... as in most other source files in here
  • Loading branch information
fingolfin authored and james-d-mitchell committed Oct 8, 2022
1 parent 54d1ac8 commit c586c8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/cliques.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <stdlib.h> // for malloc, NULL

// GAP headers
#include "src/compiled.h"
#include "compiled.h"

// Digraphs package headers
#include "bitarray.h" // for BitArray
Expand Down
2 changes: 1 addition & 1 deletion src/cliques.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#define DIGRAPHS_SRC_CLIQUES_H_

// GAP headers
#include "src/compiled.h"
#include "compiled.h"

Obj FuncDigraphsCliquesFinder(Obj self, Obj args);

Expand Down

0 comments on commit c586c8a

Please sign in to comment.