chiark / gitweb /
use #pragma once instead of foo*foo #define guards
[elogind.git] / src / readahead / readahead-common.h
index fd657a2d4d5c58d2a4974d6a97c9d1d7620a2eab..b34f3aadd75f3f4afcc036bfab8ef6c7ead889a8 100644 (file)
@@ -1,7 +1,6 @@
 /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/
 
-#ifndef fooreadaheadcommonhfoo
-#define fooreadaheadcommonhfoo
+#pragma once
 
 /***
   This file is part of systemd.
@@ -60,5 +59,3 @@ int block_set_readahead(const char *p, uint64_t bytes);
 int main_collect(const char *root);
 int main_replay(const char *root);
 int main_analyze(const char *pack_path);
-
-#endif