]> git.sesse.net Git - vlc/blob - plugins/kde/kde_common.h
* ALL: got rid of p_object->p_this which is now useless.
[vlc] / plugins / kde / kde_common.h
1 /***************************************************************************
2                           kde_common.h  -  description
3                              -------------------
4     begin                : Mon Apr 9 2001
5     copyright            : (C) 2001 by andres
6     email                : dae@chez.com
7  ***************************************************************************/
8
9 #ifndef _INTF_PLUGIN_H_
10 #define _INTF_PLUGIN_H_
11
12 #include <errno.h>
13 #include <stdlib.h>
14 #include <string.h>
15 #include <stdio.h>
16
17 #include <vlc/vlc.h>
18 #include <vlc/intf.h>
19
20 #endif /* _INTF_PLUGIN_H_ */