Skip to content

Commit 722b4fb

Browse files
change the rest of the include paths
1 parent 31393be commit 722b4fb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

code/logic/marking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Copyright (C) 2024 Fossil Logic. All rights reserved.
1515
* -----------------------------------------------------------------------------
1616
*/
17-
#include "fossil/test/benchmark.h"
17+
#include "fossil/test/marking.h"
1818
#include <stdio.h>
1919
#include <stdlib.h>
2020
#include <string.h>

code/logic/mocking.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* Copyright (C) 2024 Fossil Logic. All rights reserved.
1515
* -----------------------------------------------------------------------------
1616
*/
17-
#include "fossil/test/mockup.h"
17+
#include "fossil/test/mocking.h"
1818

1919
extern char *_custom_fossil_test_strdup(const char *str);
2020

code/logic/testing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Copyright (C) 2024 Fossil Logic. All rights reserved.
1313
* -----------------------------------------------------------------------------
1414
*/
15-
#include "fossil/test/unittest.h"
15+
#include "fossil/test/testing.h"
1616

1717
#ifdef __WIN32
1818
// Array of messages for each category

0 commit comments

Comments
 (0)