tdf#143148 Use pragma once instead of include guards

Change-Id: Id4b84b13bf6a467d07ba11ca6bd65495b172e606
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/144928
Reviewed-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
Tested-by: Thorsten Behrens <thorsten.behrens@allotropia.de>
This commit is contained in:
Douglas Guptill 2023-01-01 15:24:51 -04:00 committed by Thorsten Behrens
parent 3585d0414f
commit 8a96d90a89

View file

@ -5,8 +5,7 @@
/* With the exception of GetPasswordString, this file was
copied from NSS's cmd/lib/secutil.h hg revision 8f011395145e */
#ifndef NSS_SECUTIL_H_
#define NSS_SECUTIL_H_
#pragma once
#include "nss.h"
#include "pk11pub.h"
@ -39,5 +38,3 @@ static char * quiet_fgets (char *buf, int length, FILE *input);
char *
SECU_GetModulePassword(PK11SlotInfo *slot, PRBool retry, void *arg);
#endif