Mercurial > audlegacy
comparison src/audacious/ui_skinned_equalizer_slider.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 | 246244ead30e |
children |
comparison
equal
deleted
inserted
replaced
4556:332d2992e04c | 4557:2eee464379dc |
---|---|
19 * | 19 * |
20 * You should have received a copy of the GNU General Public License | 20 * You should have received a copy of the GNU General Public License |
21 * along with this program; If not, see <http://www.gnu.org/licenses>. | 21 * along with this program; If not, see <http://www.gnu.org/licenses>. |
22 */ | 22 */ |
23 | 23 |
24 #ifndef UISKINNEDEQUALIZER_SLIDER_H | 24 #ifndef AUDACIOUS_UI_SKINNED_EQUALIZER_SLIDER_H |
25 #define UISKINNEDEQUALIZER_SLIDER_H | 25 #define AUDACIOUS_UI_SKINNED_EQUALIZER_SLIDER_H |
26 | 26 |
27 #include <gtk/gtk.h> | 27 #include <gtk/gtk.h> |
28 #include "ui_skin.h" | 28 #include "ui_skin.h" |
29 | 29 |
30 #ifdef __cplusplus | 30 #ifdef __cplusplus |
55 | 55 |
56 #ifdef __cplusplus | 56 #ifdef __cplusplus |
57 } | 57 } |
58 #endif | 58 #endif |
59 | 59 |
60 #endif | 60 #endif /* AUDACIOUS_UI_SKINNED_EQUALIZER_SLIDER_H */ |