BMCPrivate: Cleanup

Remove no longer needed header includes, most that I recently added
a few that were already there but just aren't needed anymore. Don't
use BPrivate::MenuPrivate namespace.
This commit is contained in:
John Scipione
2013-05-06 18:29:34 -04:00
parent c1a7e89fc2
commit e28ba280de
2 changed files with 2 additions and 11 deletions
+2 -2
View File
@@ -13,9 +13,9 @@
#include <BeBuild.h>
#include <MenuBar.h>
#include <MenuItem.h>
#include <MessageFilter.h>
class BMessageRunner;
@@ -54,7 +54,7 @@ public:
bool IsPopUpMarkerShown() const
{ return fShowPopUpMarker; }
virtual BSize MinSize();
virtual BSize MinSize();
virtual BSize MaxSize();
private: