* 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:
Stephan Aßmus
2006-11-29 03:16:10 +00:00
parent 5288f0a48d
commit 4d83ef04a2
2 changed files with 3 additions and 2 deletions
@@ -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"
+2 -1
View File
@@ -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"