]> git.sesse.net Git - vlc/blobdiff - plugins/kde/kde_common.h
Some heavy changes today:
[vlc] / plugins / kde / kde_common.h
similarity index 70%
rename from plugins/kde/intf_plugin.h
rename to plugins/kde/kde_common.h
index d69a0a46258091e37953857d2314c43fae0efb32..447fcb23fbe1424cff8344e80aee1b8c5b87698e 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
-                          intf_plugin.h  -  description
+                          kde_common.h  -  description
                              -------------------
     begin                : Mon Apr 9 2001
     copyright            : (C) 2001 by andres
 
 extern "C"
 {
-#include "modules_inner.h"
-#include "defs.h"
-
 #include <errno.h>
 #include <stdlib.h>
 #include <string.h>
 #include <stdio.h>
 
-#include "common.h"
-#include "intf_msg.h"
-#include "threads.h"
-#include "mtime.h"
-#include "tests.h"
+#include <videolan/vlc.h>
 
 #include "stream_control.h"
 #include "input_ext-intf.h"
 
 #include "intf_playlist.h"
 #include "interface.h"
-
-#include "modules.h"
-#include "modules_export.h"
 }
 
 #endif /* _INTF_PLUGIN_H_ */