mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:37:35 +00:00
MacPDF: Clean up some includes
This commit is contained in:
parent
f5e81c8a99
commit
5401f3aecc
2 changed files with 0 additions and 11 deletions
|
@ -7,18 +7,9 @@
|
||||||
|
|
||||||
#import "LagomPDFDocument.h"
|
#import "LagomPDFDocument.h"
|
||||||
|
|
||||||
// Several AK types conflict with MacOS types.
|
|
||||||
#define FixedPoint FixedPointMacOS
|
|
||||||
#import <Cocoa/Cocoa.h>
|
|
||||||
#undef FixedPoint
|
|
||||||
|
|
||||||
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
|
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
|
||||||
|
|
||||||
#include <LibCore/File.h>
|
|
||||||
#include <LibCore/MappedFile.h>
|
|
||||||
#include <LibGfx/Bitmap.h>
|
|
||||||
#include <LibPDF/Document.h>
|
#include <LibPDF/Document.h>
|
||||||
#include <LibPDF/Renderer.h>
|
|
||||||
|
|
||||||
@interface LagomPDFDocument ()
|
@interface LagomPDFDocument ()
|
||||||
{
|
{
|
||||||
|
|
|
@ -7,8 +7,6 @@
|
||||||
|
|
||||||
#import "LagomPDFView.h"
|
#import "LagomPDFView.h"
|
||||||
|
|
||||||
#include <LibCore/File.h>
|
|
||||||
#include <LibCore/MappedFile.h>
|
|
||||||
#include <LibGfx/Bitmap.h>
|
#include <LibGfx/Bitmap.h>
|
||||||
#include <LibPDF/Document.h>
|
#include <LibPDF/Document.h>
|
||||||
#include <LibPDF/Renderer.h>
|
#include <LibPDF/Renderer.h>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue