Skip to content

Commit d09484b

Browse files
fingolfinjames-d-mitchell
authored andcommitted
Avoid src/ prefix for GAP headers
... so that future GAP versions can stop installing /usr/local/include/gap/src
1 parent 0f35ebc commit d09484b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/conditions.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#include <string.h> // for NULL, memcpy, size_t
1818

1919
// GAP headers
20-
#include "src/system.h" // for ALWAYS_INLINE
20+
#include "compiled.h" // for ALWAYS_INLINE
2121

2222
// Digraphs headers
2323
#include "bitarray.h" // for BitArray, intersect_bit_arrays, size_b...

src/perms.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
#include "digraphs-debug.h" // for DIGRAPHS_ASSERT
2323

2424
// GAP headers
25-
#include "compiled.h" // for Obj, Int
26-
#include "src/permutat.h" // for ADDR_PERM, IS_PERM
25+
#include "compiled.h"
2726

2827
#define MAXVERTS 512
2928
#define UNDEFINED MAXVERTS + 1

0 commit comments

Comments
 (0)