Skip to content

Commit

Permalink
Avoid GAP headers other than src/compiled.h
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and wilfwilson committed Nov 17, 2017
1 parent 95592ce commit 23ec47b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/bipart.cc
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
#include <vector>

#include "libsemigroups/src/semigroups.h"
#include "src/permutat.h"
#include "src/precord.h"
#include "src/compiled.h"

using libsemigroups::Timer;
using libsemigroups::glob_reporter;
Expand Down
2 changes: 1 addition & 1 deletion src/semigroups-debug.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#define SEMIGROUPS_SRC_SEMIGROUPS_DEBUG_H_

#include <assert.h>
#include <src/system.h>
#include <src/compiled.h>

#include "semigroups-config.h"

Expand Down

0 comments on commit 23ec47b

Please sign in to comment.