comparison src/audacious/plugin.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 a6a2e84e2b2e
children 11f7874f3a95
comparison
equal deleted inserted replaced
4556:332d2992e04c 4557:2eee464379dc
30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 30 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 31 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 * SUCH DAMAGE. 32 * SUCH DAMAGE.
33 */ 33 */
34 34
35 #ifndef __AUDACIOUS_PLUGIN_H__ 35 #ifndef AUDACIOUS_PLUGIN_H
36 #define __AUDACIOUS_PLUGIN_H__ 36 #define AUDACIOUS_PLUGIN_H
37 37
38 #include <glib.h> 38 #include <glib.h>
39 #include <gtk/gtk.h> 39 #include <gtk/gtk.h>
40 #include "audacious/vfs.h" 40 #include "audacious/vfs.h"
41 #include "audacious/tuple.h" 41 #include "audacious/tuple.h"
1204 }; 1204 };
1205 1205
1206 /* undefine the macro -- struct Plugin should be used instead. */ 1206 /* undefine the macro -- struct Plugin should be used instead. */
1207 #undef PLUGIN_COMMON_FIELDS 1207 #undef PLUGIN_COMMON_FIELDS
1208 1208
1209 #endif /* __AUDACIOUS_PLUGIN_H__ */ 1209 #endif /* AUDACIOUS_PLUGIN_H */