@@ -8,9 +8,7 @@
#import "window.h"
#import "AvnView.h"
#include "menu.h"
-#include "rendertarget.h"
#include "automation.h"
-#import "WindowBaseImpl.h"
#import "cursor.h"
#include "ResizeScope.h"
#import "AutoFitContentView.h"
@@ -9,7 +9,6 @@
-
WindowImpl::WindowImpl(IAvnWindowEvents *events, IAvnGlContext *gl) : WindowBaseImpl(events, gl) {
_isClientAreaExtended = false;
_extendClientHints = AvnDefaultChrome;
@@ -1,15 +1,11 @@
#import <AppKit/AppKit.h>
#include "common.h"
-#include "KeyTransform.h"
#import "WindowBaseImpl.h"
#include "WindowImpl.h"
#include "AvnView.h"
-#include "AutoFitContentView.h"
@implementation AvnWindow
{