Skip to content

Commit

Permalink
Avoid src/ prefix for GAP headers
Browse files Browse the repository at this point in the history
... so that future GAP versions can stop installing /usr/local/include/gap/src
  • Loading branch information
fingolfin authored and james-d-mitchell committed Mar 14, 2023
1 parent 0f35ebc commit d09484b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/conditions.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include <string.h> // for NULL, memcpy, size_t

// GAP headers
#include "src/system.h" // for ALWAYS_INLINE
#include "compiled.h" // for ALWAYS_INLINE

// Digraphs headers
#include "bitarray.h" // for BitArray, intersect_bit_arrays, size_b...
Expand Down
3 changes: 1 addition & 2 deletions src/perms.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@
#include "digraphs-debug.h" // for DIGRAPHS_ASSERT

// GAP headers
#include "compiled.h" // for Obj, Int
#include "src/permutat.h" // for ADDR_PERM, IS_PERM
#include "compiled.h"

#define MAXVERTS 512
#define UNDEFINED MAXVERTS + 1
Expand Down

0 comments on commit d09484b

Please sign in to comment.