summaryrefslogtreecommitdiff
path: root/desktop/unx/source/pagein.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/unx/source/pagein.h')
-rw-r--r--desktop/unx/source/pagein.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/unx/source/pagein.h b/desktop/unx/source/pagein.h
index 308fca530ada..f8820c76c961 100644
--- a/desktop/unx/source/pagein.h
+++ b/desktop/unx/source/pagein.h
@@ -17,13 +17,10 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_DESKTOP_UNX_SOURCE_PAGEIN_H
-#define INCLUDED_DESKTOP_UNX_SOURCE_PAGEIN_H
+#pragma once
#include <sal/config.h>
void pagein_execute(char const* path, char const* file);
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */