]> git.sesse.net Git - vlc/blobdiff - modules/misc/dummy/interface.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / misc / dummy / interface.c
index 8314cf1ef0d7588a8bcc518dbccf272dc75d29b6..f30709479f07e5d192fffde50f800563de2ec85d 100644 (file)
@@ -10,7 +10,7 @@
  * it under the terms of the GNU General Public License as published by
  * the Free Software Foundation; either version 2 of the License, or
  * (at your option) any later version.
- * 
+ *
  * This program is distributed in the hope that it will be useful,
  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                                      /* malloc(), free() */
-#include <string.h>
 
 #include <vlc/vlc.h>
-#include <vlc/intf.h>
+#include <vlc_interface.h>
+
+#include "dummy.h"
 
 /*****************************************************************************
  * Open: initialize dummy interface