]> git.sesse.net Git - vlc/blob - modules/gui/kde/common.h
* ./modules/*: moved plugins to the new tree. Yet untested builds include
[vlc] / modules / gui / kde / common.h
1 /***************************************************************************
2                           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_ */