X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Freadahead%2Freadahead-common.h;h=b34f3aadd75f3f4afcc036bfab8ef6c7ead889a8;hp=fd657a2d4d5c58d2a4974d6a97c9d1d7620a2eab;hb=c2f1db8f83618e60dcded8303d14656d7d26b436;hpb=87ce22cc0d097d9cd0297d0141eadba6c573c299 diff --git a/src/readahead/readahead-common.h b/src/readahead/readahead-common.h index fd657a2d4..b34f3aadd 100644 --- a/src/readahead/readahead-common.h +++ b/src/readahead/readahead-common.h @@ -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