just #include "ServerScreen.h" instead of #include "Screen.h"

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6062 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Adi Oanca 2004-01-13 11:58:41 +00:00
parent ab8297f827
commit 79cc4c5ae6
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
#include "Desktop.h"
#include "RootLayer.h"
#include "Screen.h"
#include "ServerScreen.h"
#include "Layer.h"
#include "PortMessage.h"
#include "DisplayDriver.h"

View File

@ -7,7 +7,7 @@
#include "RootLayer.h"
#include "Layer.h"
#include "Workspace.h"
#include "Screen.h"
#include "ServerScreen.h"
#include "WinBorder.h"
#include "ServerWindow.h"
#include "ServerApp.h"