Skip to content

Commit 91ab7c6

Browse files
committed
Fix includes of old header
1 parent 9728bcf commit 91ab7c6

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/referenceProblemTest2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include <math.h>
1111
#include <time.h>
1212
#include "stReferenceProblem2.h"
13-
#include "stReferenceProblem.h"
1413

1514
static refAdjList *aL = NULL;
1615
static refAdjList *dAL = NULL;

tests/testBin/referenceMedianProblemTest2.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* Released under the MIT license, see LICENSE.txt
55
*/
66
#include "sonLib.h"
7-
#include "stReferenceProblem.h"
87
#include "stReferenceProblem2.h"
98
#include "stMatchingAlgorithms.h"
109

0 commit comments

Comments
 (0)