Skip to content

Commit

Permalink
Prepare includes for future GAP variants
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Nov 3, 2022
1 parent 6863741 commit 76033e6
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/datastructures.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
#include "avl.h"
#include "uf.h"

#include <src/gaputils.h>
#include "compiled.h" // GAP headers

#include "hashfunctions.h"

Expand Down
5 changes: 1 addition & 4 deletions src/hashfunctions.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,7 @@

#include "hashfunctions.h"

#include "src/objects.h"
#include "src/permutat.h"
#include "src/trans.h"
#include "src/pperm.h"
#include "intfuncs.h" // GAP header

#include <stdlib.h> // for labs

Expand Down
1 change: 0 additions & 1 deletion src/hashfunctions.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#define HASHFUNCTIONS_H

#include "datastructures.h"
#include "src/intfuncs.h"

extern struct DatastructuresModule HashFunctionsModule;

Expand Down
2 changes: 0 additions & 2 deletions src/skiplist.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

#include "skiplist.h"

#include "src/debug.h"


static Obj DS_Skiplist_RemoveNode(Obj self, Obj lst, Obj nx)
{
Expand Down
2 changes: 0 additions & 2 deletions src/uf.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@

#include "uf.h"

#include "src/debug.h"

#ifdef SYS_IS_64_BIT
#define RANKBITS 6
#else
Expand Down

0 comments on commit 76033e6

Please sign in to comment.