]> git.sesse.net Git - vlc/blobdiff - modules/access/screen/beos.cpp
Add subscreen/follow mouse options in open dialog.
[vlc] / modules / access / screen / beos.cpp
index e2727327c473d7e0d78aebd47c026fb047932453..165250c9c301dc59741e1456decda7db7c354281 100644 (file)
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * 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>