* rearranged includes
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21683 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -6,15 +6,16 @@
|
|||||||
* Stefano Ceccherini ([email protected])
|
* Stefano Ceccherini ([email protected])
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <PictureDataWriter.h>
|
||||||
|
|
||||||
|
#include <stdio.h>
|
||||||
|
|
||||||
#include <DataIO.h>
|
#include <DataIO.h>
|
||||||
#include <Point.h>
|
#include <Point.h>
|
||||||
#include <Rect.h>
|
#include <Rect.h>
|
||||||
|
|
||||||
#include <PictureDataWriter.h>
|
|
||||||
#include <PictureProtocol.h>
|
#include <PictureProtocol.h>
|
||||||
|
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
#define THROW_ERROR(error) throw (status_t)(error)
|
#define THROW_ERROR(error) throw (status_t)(error)
|
||||||
|
|
||||||
PictureDataWriter::PictureDataWriter()
|
PictureDataWriter::PictureDataWriter()
|
||||||
|
|||||||
Reference in New Issue
Block a user