fix include

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@15954 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-01-15 21:28:11 +00:00
parent 3532dd20d5
commit 3df0e46f12
1 changed files with 2 additions and 1 deletions

View File

@ -17,8 +17,9 @@
#ifndef __MEDIAVIEWS_H__
#define __MEDIAVIEWS_H__
#include <CheckBox.h>
#include <View.h>
#include <MenuItem.h>
#include <TextView.h>
#include <View.h>
const uint32 ML_RESTART_MEDIA_SERVER = 'resr';
const uint32 ML_SHOW_VOLUME_CONTROL = 'shvc';