diff src/audacious/input.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 51b7809c2d87
children a77d02342ee1
line wrap: on
line diff
--- a/src/audacious/input.h	Sun May 18 21:11:14 2008 +0300
+++ b/src/audacious/input.h	Mon May 19 01:29:46 2008 +0300
@@ -23,8 +23,8 @@
  *  Audacious or using our public API to be a derived work.
  */
 
-#ifndef _AUDACIOUS_INPUT_H
-#define _AUDACIOUS_INPUT_H
+#ifndef AUDACIOUS_INPUT_H
+#define AUDACIOUS_INPUT_H
 
 typedef struct _InputPluginData InputPluginData;
 
@@ -76,4 +76,4 @@
 extern InputPluginData ip_data;
 
 
-#endif
+#endif /* AUDACIOUS_INPUT_H */