Mercurial > audlegacy
diff src/audacious/fft.h @ 4557:2eee464379dc
Clean up header multiple inclusion guards (e.g. #ifndef FOO_H/#define FOO_H)
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 19 May 2008 01:29:46 +0300 |
parents | 5a0f5ef1de61 |
children |
line wrap: on
line diff
--- a/src/audacious/fft.h Sun May 18 21:11:14 2008 +0300 +++ b/src/audacious/fft.h Mon May 19 01:29:46 2008 +0300 @@ -21,8 +21,8 @@ /* fft.h: header for iterative implementation of a FFT */ -#ifndef __AUDACIOUS_FFT_H__ -#define __AUDACIOUS_FFT_H__ +#ifndef AUDACIOUS_FFT_H +#define AUDACIOUS_FFT_H #include <glib.h> @@ -41,4 +41,4 @@ G_END_DECLS -#endif /* __AUDACIOUS_FFT_H__ */ +#endif /* AUDACIOUS_FFT_H */