Skip to content

Commit 6e5bbbc

Browse files
isuckatcsnobu
authored andcommitted
Remove include prefix from include paths
1 parent d9bb602 commit 6e5bbbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/set_table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef INTERNAL_SET_TABLE_H
22
#define INTERNAL_SET_TABLE_H
33

4-
#include "include/ruby/st.h"
4+
#include "ruby/st.h"
55

66
struct set_table_entry;
77

internal/st.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#ifndef INTERNAL_ST_H
22
#define INTERNAL_ST_H
33

4-
#include "include/ruby/st.h"
4+
#include "ruby/st.h"
55

66
st_table *rb_st_replace(st_table *new_tab, st_table *old_tab);
77
#define st_replace rb_st_replace

0 commit comments

Comments
 (0)