* something was giving me trouble, don't know if this fixed it
or something else, but I don't think the change is bad (changed ServerProtocol.h from a local header to a system header) git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19388 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -36,13 +36,13 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <ServerProtocol.h>
|
||||
|
||||
#include "DWindowBuffer.h"
|
||||
#include "PortLink.h"
|
||||
#include "RGBColor.h"
|
||||
#include "ServerConfig.h"
|
||||
#include "ServerCursor.h"
|
||||
#include "ServerProtocol.h"
|
||||
#include "UpdateQueue.h"
|
||||
|
||||
#include "DWindowHWInterface.h"
|
||||
|
||||
@@ -25,11 +25,12 @@
|
||||
#include <View.h>
|
||||
#include <Window.h>
|
||||
|
||||
#include <ServerProtocol.h>
|
||||
|
||||
#include "BBitmapBuffer.h"
|
||||
#include "PortLink.h"
|
||||
#include "ServerConfig.h"
|
||||
#include "ServerCursor.h"
|
||||
#include "ServerProtocol.h"
|
||||
#include "UpdateQueue.h"
|
||||
|
||||
#include "ViewHWInterface.h"
|
||||
|
||||
Reference in New Issue
Block a user