Cleanup of the some header includes.

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37856 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Clemens Zeidler 2010-08-03 04:30:07 +00:00
parent f629aeb0df
commit bd06a41c3a
4 changed files with 12 additions and 11 deletions

View File

@ -7,11 +7,14 @@
* Stefano Ceccherini (stefano.ceccherini@gmail.com)
* Marcus Overhagen <marcus@overhagen.de>
*/
#include "ServerPicture.h"
#include <new>
#include <stdio.h>
#include <stack>
#include "DrawingEngine.h"
#include "DrawState.h"
#include "ServerApp.h"
#include "ServerBitmap.h"
#include "ServerFont.h"
@ -32,10 +35,6 @@
#include <List.h>
#include <Shape.h>
#include <new>
#include <stdio.h>
#include <stack>
using std::stack;

View File

@ -56,6 +56,7 @@
#include "Desktop.h"
#include "DirectWindowInfo.h"
#include "DrawingEngine.h"
#include "DrawState.h"
#include "HWInterface.h"
#include "Overlay.h"
#include "ProfileMessageSupport.h"

View File

@ -9,13 +9,15 @@
* Stephan Aßmus <superstippi@gmx.de>
* Marcus Overhagen <marcus@overhagen.de>
*/
#include "View.h"
#include <new>
#include <stdio.h>
#include "BitmapManager.h"
#include "Desktop.h"
#include "DrawingEngine.h"
#include "DrawState.h"
#include "Overlay.h"
#include "ServerApp.h"
#include "ServerBitmap.h"
@ -38,9 +40,6 @@
#include <GradientDiamond.h>
#include <GradientConic.h>
#include <stdio.h>
#include <new>
using std::nothrow;

View File

@ -11,8 +11,10 @@
#include "WorkspacesView.h"
#include "AppServer.h"
#include "Decorator.h"
#include "Desktop.h"
#include "DrawingEngine.h"
#include "DrawState.h"
#include "ServerApp.h"
#include "Window.h"
#include "Workspace.h"