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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy