]> git.sesse.net Git - vlc/blobdiff - modules/gui/beos/PlayListWindow.cpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / beos / PlayListWindow.cpp
index 66d249731120d445973e85606b8171555e375bf8..069eaeba43543d83eae5bb1faff892fbf7c7c14d 100644 (file)
 /* System headers */
 #include <InterfaceKit.h>
 #include <StorageKit.h>
-#include <string.h>
 
 /* VLC headers */
 #include <vlc/vlc.h>
-#include <vlc/intf.h>
+#include <vlc_interface.h>
 
 /* BeOS interface headers */
 #include "InterfaceWindow.h"
@@ -72,7 +71,7 @@ PlayListWindow::PlayListWindow( BRect frame, const char* name,
     snprintf( psz_tmp, 1024, "%s%s", a, B_UTF8_ELLIPSIS );
 
     p_intf = p_interface;
-    
     SetName( _("playlist") );
 
     // set up the main menu bar
@@ -191,7 +190,7 @@ PlayListWindow::~PlayListWindow()
 bool
 PlayListWindow::QuitRequested()
 {
-    Hide(); 
+    Hide();
     return false;
 }