summaryrefslogtreecommitdiff
path: root/src/core/fdset.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/fdset.h')
-rw-r--r--src/core/fdset.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/core/fdset.h b/src/core/fdset.h
index bb58172430..c3e408c8ad 100644
--- a/src/core/fdset.h
+++ b/src/core/fdset.h
@@ -1,7 +1,6 @@
/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
-#ifndef foofdsethfoo
-#define foofdsethfoo
+#pragma once
/***
This file is part of systemd.
@@ -36,5 +35,3 @@ int fdset_remove(FDSet *s, int fd);
int fdset_new_fill(FDSet **_s);
int fdset_cloexec(FDSet *fds, bool b);
-
-#endif