mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 22:17:42 +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"
|
||||
|
||||
// Several AK types conflict with MacOS types.
|
||||
#define FixedPoint FixedPointMacOS
|
||||
#import <Cocoa/Cocoa.h>
|
||||
#undef FixedPoint
|
||||
|
||||
#import <UniformTypeIdentifiers/UniformTypeIdentifiers.h>
|
||||
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/MappedFile.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibPDF/Document.h>
|
||||
#include <LibPDF/Renderer.h>
|
||||
|
||||
@interface LagomPDFDocument ()
|
||||
{
|
||||
|
|
|
@ -7,8 +7,6 @@
|
|||
|
||||
#import "LagomPDFView.h"
|
||||
|
||||
#include <LibCore/File.h>
|
||||
#include <LibCore/MappedFile.h>
|
||||
#include <LibGfx/Bitmap.h>
|
||||
#include <LibPDF/Document.h>
|
||||
#include <LibPDF/Renderer.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue