Use #pragma once

LibreOffice core uses that, too, and we support an even more
restricted set of compilers.

Change-Id: I0d0e2c8608e323eb5ef0f35ee8c46d02ab49a745
Reviewed-on: https://gerrit.libreoffice.org/c/online/+/92467
Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
Reviewed-by: Tor Lillqvist <tml@collabora.com>
This commit is contained in:
Tor Lillqvist
2020-04-18 11:39:50 +03:00
parent 21dfba7db7
commit 4eb598711c
58 changed files with 76 additions and 207 deletions

View File

@ -8,8 +8,8 @@
*/
// Authentication and Authorization support.
#ifndef INCLUDED_AUTH_HPP
#define INCLUDED_AUTH_HPP
#pragma once
#include <cassert>
#include <string>
@ -103,6 +103,4 @@ private:
#endif
#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */