diff options
Diffstat (limited to 'src/pulsecore/flist.h')
-rw-r--r-- | src/pulsecore/flist.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pulsecore/flist.h b/src/pulsecore/flist.h index daf0fec4..c040667d 100644 --- a/src/pulsecore/flist.h +++ b/src/pulsecore/flist.h @@ -1,8 +1,6 @@ #ifndef foopulseflisthfoo #define foopulseflisthfoo -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -25,9 +23,9 @@ ***/ #include <pulse/def.h> +#include <pulse/gccmacro.h> #include <pulsecore/once.h> -#include <pulsecore/gccmacro.h> /* A multiple-reader multipler-write lock-free free list implementation */ |