<p>Doesn't really matter if you use <code>""</code> or <code><></code>, the only difference is that <code>""</code> first looks in the location of the source file that is being compiled (I believe it's actually the working directory of the compiler), whereas <code><></code> looks only in paths provided on the command line and default include dirs (/usr/include) (<code>""</code> also looks in these paths).</p>
<p>So for geanyplugin.h you need the include path on the command line, so both <code><></code> and <code>""</code> are equally correct. But, by convention, you should prefer <code><></code> for headers that don't belong to your package, which is the case here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany-plugins/pull/882?email_source=notifications&email_token=AAIOWJ3I63MV2BTU5L5JKGTQA5YCVA5CNFSM4ICJ347KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2UOTFI#issuecomment-514386325">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ26HPPGFMJICCSCGMTQA5YCVANCNFSM4ICJ347A">mute the thread</a>.<img src="https://github.com/notifications/beacon/AAIOWJ7K6DVTUQ26AROC4L3QA5YCVA5CNFSM4ICJ347KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2UOTFI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany-plugins/pull/882?email_source=notifications\u0026email_token=AAIOWJ3I63MV2BTU5L5JKGTQA5YCVA5CNFSM4ICJ347KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2UOTFI#issuecomment-514386325",
"url": "https://github.com/geany/geany-plugins/pull/882?email_source=notifications\u0026email_token=AAIOWJ3I63MV2BTU5L5JKGTQA5YCVA5CNFSM4ICJ347KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD2UOTFI#issuecomment-514386325",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>