diff options
Diffstat (limited to 'src/pulsecore/tokenizer.c')
-rw-r--r-- | src/pulsecore/tokenizer.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/pulsecore/tokenizer.c b/src/pulsecore/tokenizer.c index f79c19c5..d1e0836b 100644 --- a/src/pulsecore/tokenizer.c +++ b/src/pulsecore/tokenizer.c @@ -1,5 +1,3 @@ -/* $Id$ */ - /*** This file is part of PulseAudio. @@ -29,9 +27,9 @@ #include <stdlib.h> #include <pulse/xmalloc.h> +#include <pulse/gccmacro.h> #include <pulsecore/dynarray.h> -#include <pulsecore/gccmacro.h> #include <pulsecore/macro.h> #include "tokenizer.h" |