X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fjournal%2Fjournal-file.h;h=eed49e062f496871e4367231404a1b0e5dd3b4ac;hb=de2c390731e563db0ee383bfd0073fdbef643ca2;hp=1f7f73a78db9b7eacdc782713b35eaf721a93d2a;hpb=4a92baf3fa97c73f04438b5814db58783f920b32;p=elogind.git diff --git a/src/journal/journal-file.h b/src/journal/journal-file.h index 1f7f73a78..eed49e062 100644 --- a/src/journal/journal-file.h +++ b/src/journal/journal-file.h @@ -1,7 +1,6 @@ /*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ -#ifndef foojournalfilehfoo -#define foojournalfilehfoo +#pragma once /*** This file is part of systemd. @@ -147,5 +146,3 @@ int journal_file_get_cutoff_realtime_usec(JournalFile *f, usec_t *from, usec_t * int journal_file_get_cutoff_monotonic_usec(JournalFile *f, sd_id128_t boot, usec_t *from, usec_t *to); bool journal_file_rotate_suggested(JournalFile *f); - -#endif