summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2018-05-29 10:39:51 +1200
committerRobert Ancell <robert.ancell@canonical.com>2018-05-29 10:47:48 +1200
commit389bb1b87cab1dc6ca47b6f08b20b22be7c1608e (patch)
tree3e6bf5a523e700a2739f419517f8c4d3a7280b1b
parentb81b93193aa3665b37729c9515f6bc5d0002e665 (diff)
downloadgnome-control-center-389bb1b87cab1dc6ca47b6f08b20b22be7c1608e.tar.gz
privacy: Replace ifdefs with #pragma once
-rw-r--r--panels/privacy/cc-privacy-panel.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/panels/privacy/cc-privacy-panel.h b/panels/privacy/cc-privacy-panel.h
index fb206ff63..4c50eec00 100644
--- a/panels/privacy/cc-privacy-panel.h
+++ b/panels/privacy/cc-privacy-panel.h
@@ -18,8 +18,7 @@
* Author: Matthias Clasen <mclasen@redhat.com>
*/
-#ifndef _CC_PRIVACY_PANEL_H
-#define _CC_PRIVACY_PANEL_H
+#pragma once
#include <shell/cc-panel.h>
@@ -29,5 +28,3 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (CcPrivacyPanel, cc_privacy_panel, CC, PRIVACY_PANEL, CcPanel)
G_END_DECLS
-
-#endif /* _CC_PRIVACY_PANEL_H */