diff options
author | Alexandru Fazakas <alex.fazakas97@yahoo.com> | 2018-03-15 21:17:27 +0200 |
---|---|---|
committer | Alexandru Fazakas <alex.fazakas97@yahoo.com> | 2018-03-19 14:43:38 +0200 |
commit | 95ecfc8ea0629801ae1f8119f3be0b3526e6b147 (patch) | |
tree | 27dc3f769f9a4e43fb340cff2eaf4a8c0cf9ff54 /src/nautilus-self-check-functions.h | |
parent | b1be1fc680d95264f7be6e0a1e3a45f597da6b80 (diff) | |
download | nautilus-95ecfc8ea0629801ae1f8119f3be0b3526e6b147.tar.gz |
general: Remove include guards in favor of pragma once
The traditional include guards are not as easy to handle
and require extra thought into the names.
Pragma once is an easier, more contributor friendly approach.
Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
general: Remove include guards in favor of pragma once
The traditional include guards are not as easy to handle
and require extra thought into the names.
Pragma once is an easier, more contributor friendly approach.
Closes https://gitlab.gnome.org/GNOME/nautilus/issues/294
Diffstat (limited to 'src/nautilus-self-check-functions.h')
-rw-r--r-- | src/nautilus-self-check-functions.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/nautilus-self-check-functions.h b/src/nautilus-self-check-functions.h index 9cb08fec2..ccbea3991 100644 --- a/src/nautilus-self-check-functions.h +++ b/src/nautilus-self-check-functions.h @@ -23,7 +23,8 @@ /* nautilus-self-check-functions.h: Wrapper and prototypes for all self * check functions in Nautilus proper. */ - + +#pragma once void nautilus_run_self_checks (void); |