comparison src/audacious/build_stamp.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 3149d4b1a9a9
children
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
1 #ifndef BUILD_STAMP_H 1 #ifndef AUDACIOUS_BUILD_STAMP_H
2 #define BUILD_STAMP_H 2 #define AUDACIOUS_BUILD_STAMP_H
3 3
4 #include <glib.h> 4 #include <glib.h>
5 5
6 extern const gchar *svn_stamp; 6 extern const gchar *svn_stamp;
7 7
8 #endif 8 #endif /* AUDACIOUS_BUILD_STAMP_H */