Minor header-related changes
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3246 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -24,11 +24,11 @@
|
||||
// Description: BShape encapsulates a Postscript-style "path"
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
#include "Shape.h"
|
||||
#include "Point.h"
|
||||
#include "Rect.h"
|
||||
#include <Support/Errors.h>
|
||||
#include <App/Message.h>
|
||||
#include <Shape.h>
|
||||
#include <Point.h>
|
||||
#include <Rect.h>
|
||||
#include <Errors.h>
|
||||
#include <Message.h>
|
||||
|
||||
#define OP_LINETO 0x10000000
|
||||
#define OP_BEZIERTO 0x20000000
|
||||
|
||||
Reference in New Issue
Block a user