comparison src/audacious/plugin.h @ 4407:5a0f5ef1de61

Some stupid header cleanups.
author Matti Hamalainen <ccr@tnsp.org>
date Mon, 31 Mar 2008 05:59:24 +0300
parents 9d5e6bfca672
children 081839dd6664
comparison
equal deleted inserted replaced
4399:255f900b17c9 4407:5a0f5ef1de61
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 AUD_PLUGIN_H 35 #ifndef __AUDACIOUS_PLUGIN_H__
36 #define AUD_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"
1218 }; 1218 };
1219 1219
1220 /* undefine the macro -- struct Plugin should be used instead. */ 1220 /* undefine the macro -- struct Plugin should be used instead. */
1221 #undef PLUGIN_COMMON_FIELDS 1221 #undef PLUGIN_COMMON_FIELDS
1222 1222
1223 #endif 1223 #endif /* __AUDACIOUS_PLUGIN_H__ */