Skip to content

Commit 342fb8a

Browse files
committed
Fix unusual include style
Project-internal header files should be included using " ", not < >.
1 parent 9ca6765 commit 342fb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/modules/test_rls_hooks/test_rls_hooks.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#ifndef TEST_RLS_HOOKS_H
1515
#define TEST_RLS_HOOKS_H
1616

17-
#include <rewrite/rowsecurity.h>
17+
#include "rewrite/rowsecurity.h"
1818

1919
/* Return set of permissive hooks based on CmdType and Relation */
2020
extern List *test_rls_hooks_permissive(CmdType cmdtype, Relation relation);

0 commit comments

Comments
 (0)