]> git.sesse.net Git - vlc/blobdiff - src/interface/interface.c
Removes trailing spaces. Removes tabs.
[vlc] / src / interface / interface.c
index 726b21cfa7ab67592b2420eaf0c95d0c382e8719..7ed0822ede3d88a4fbed96fd5ef805bf77d3f267 100644 (file)
@@ -32,9 +32,6 @@
 /*****************************************************************************
  * Preamble
  *****************************************************************************/
-#include <stdlib.h>                                      /* free(), strtol() */
-#include <stdio.h>                                                   /* FILE */
-#include <string.h>                                            /* strerror() */
 
 #include <vlc/vlc.h>
 
@@ -185,7 +182,7 @@ int intf_RunThread( intf_thread_t *p_intf )
                              "README.MacOSX.rtf file.");
             return VLC_EGENERIC;
         }
-        
         /* If the main interface does not have a run function,
          * implement a waiting loop ourselves
          */