File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1515// <https://stackoverflow.com/questions/6531543>
1616//
1717
18- #include "compiled .h" // GAP headers
18+ #include "gap_all .h" // GAP headers
1919#include "binaryheap.h"
2020
2121#define DS_BINARYHEAP_ISLESS (heap ) ELM_PLIST(heap, 1)
Original file line number Diff line number Diff line change 1717#include "avl.h"
1818#include "uf.h"
1919
20- #include "compiled .h" // GAP headers
20+ #include "gap_all .h" // GAP headers
2121
2222#include "hashfunctions.h"
2323
Original file line number Diff line number Diff line change 1111#ifndef DATASTRUCTURES_H
1212#define DATASTRUCTURES_H
1313
14- #include "compiled .h" // GAP headers
14+ #include "gap_all .h" // GAP headers
1515
1616
1717// To improve code separation, each data structure implementation can
Original file line number Diff line number Diff line change 99
1010#include "hashmap.h"
1111
12- #include "compiled .h"
12+ #include "gap_all .h"
1313
1414enum {
1515 // offsets in the hashmap positional object
Original file line number Diff line number Diff line change 1212// Helper function for pairing heaps implementation.
1313//
1414
15- #include "compiled .h" // GAP headers
15+ #include "gap_all .h" // GAP headers
1616#include "pairingheap.h"
1717
1818enum {
You can’t perform that action at this time.
0 commit comments