jdk/src/macosx/native/sun/awt/PrinterView.m
changeset 16734 da1901d79073
parent 12519 450e4f2c28de
--- a/jdk/src/macosx/native/sun/awt/PrinterView.m	Wed Apr 03 10:32:38 2013 -0700
+++ b/jdk/src/macosx/native/sun/awt/PrinterView.m	Thu Apr 04 15:39:17 2013 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -26,7 +26,6 @@
 #import "PrinterView.h"
 
 #import "java_awt_print_Pageable.h"
-#import "java_awt_print_Printable.h"
 #import "java_awt_print_PageFormat.h"
 
 #import <JavaNativeFoundation/JavaNativeFoundation.h>