Moved FontServer.h to private app_server headers - unbroke the build`

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4607 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-09-09 10:27:08 +00:00
parent 3b7457281b
commit 3bd752a3a3
2 changed files with 94 additions and 4 deletions
+4 -4
View File
@@ -3,10 +3,10 @@
#include <Point.h>
#include <Font.h>
#include "RGBColor.h"
#include "FontServer.h"
#include "ServerFont.h"
#include "PatternHandler.h"
#include <RGBColor.h>
#include <FontServer.h>
#include <ServerFont.h>
#include <PatternHandler.h>
#include "GraphicsDefs.h"
#include "InterfaceDefs.h"