jdk/src/macosx/native/sun/awt/PrinterView.m
changeset 16734 da1901d79073
parent 12519 450e4f2c28de
equal deleted inserted replaced
16733:9267ec7004a1 16734:da1901d79073
     1 /*
     1 /*
     2  * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    24  */
    24  */
    25 
    25 
    26 #import "PrinterView.h"
    26 #import "PrinterView.h"
    27 
    27 
    28 #import "java_awt_print_Pageable.h"
    28 #import "java_awt_print_Pageable.h"
    29 #import "java_awt_print_Printable.h"
       
    30 #import "java_awt_print_PageFormat.h"
    29 #import "java_awt_print_PageFormat.h"
    31 
    30 
    32 #import <JavaNativeFoundation/JavaNativeFoundation.h>
    31 #import <JavaNativeFoundation/JavaNativeFoundation.h>
    33 
    32 
    34 #import "ThreadUtilities.h"
    33 #import "ThreadUtilities.h"