]> git.sesse.net Git - vlc/blobdiff - modules/access/screen/beos.cpp
String review. Again.
[vlc] / modules / access / screen / beos.cpp
index 1f87bee1884e86eb10011b5fba92a1145f836cbd..165250c9c301dc59741e1456decda7db7c354281 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#include <stdlib.h>
 
-#include <vlc/vlc.h>
-#include <vlc/input.h>
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
+#include <vlc_common.h>
 
 #include <Screen.h>
 #include <Bitmap.h>