From 9139050ef14ba5a9173542fe3239c1b748b88652 Mon Sep 17 00:00:00 2001 From: Joseph Spiros Date: Mon, 4 Apr 2005 22:03:21 +0000 Subject: [PATCH] Fixing header imports. --- ITCutWindowEffect.h | 2 +- ITDissolveWindowEffect.h | 2 +- ITIconAndTextStatusWindow.h | 2 +- ITPivotWindowEffect.h | 2 +- ITSlideHorizontallyWindowEffect.h | 2 +- ITSlideVerticallyWindowEffect.h | 2 +- ITSpinAndZoomWindowEffect.h | 2 +- ITSpinWindowEffect.h | 2 +- ITTransientStatusWindow.h | 4 ++-- ITWindowEffect.h | 2 +- ITZoomWindowEffect.h | 2 +- 11 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ITCutWindowEffect.h b/ITCutWindowEffect.h index ad43a4f..da62c78 100644 --- a/ITCutWindowEffect.h +++ b/ITCutWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowEffect.h" +#import @interface ITCutWindowEffect : ITWindowEffect { diff --git a/ITDissolveWindowEffect.h b/ITDissolveWindowEffect.h index 73cdfae..9fcba7a 100644 --- a/ITDissolveWindowEffect.h +++ b/ITDissolveWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowEffect.h" +#import @interface ITDissolveWindowEffect : ITWindowEffect { diff --git a/ITIconAndTextStatusWindow.h b/ITIconAndTextStatusWindow.h index aa0a5d2..0a70db7 100644 --- a/ITIconAndTextStatusWindow.h +++ b/ITIconAndTextStatusWindow.h @@ -12,7 +12,7 @@ */ #import -#import "ITTransientStatusWindow.h" +#import @interface ITIconAndTextStatusWindow : ITTransientStatusWindow { NSImage *_image; diff --git a/ITPivotWindowEffect.h b/ITPivotWindowEffect.h index add7c1c..7acce67 100644 --- a/ITPivotWindowEffect.h +++ b/ITPivotWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowEffect.h" +#import @interface ITPivotWindowEffect : ITWindowEffect { diff --git a/ITSlideHorizontallyWindowEffect.h b/ITSlideHorizontallyWindowEffect.h index 32b042d..ebc4d74 100644 --- a/ITSlideHorizontallyWindowEffect.h +++ b/ITSlideHorizontallyWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowEffect.h" +#import @interface ITSlideHorizontallyWindowEffect : ITWindowEffect { diff --git a/ITSlideVerticallyWindowEffect.h b/ITSlideVerticallyWindowEffect.h index 842c5d2..24871c8 100644 --- a/ITSlideVerticallyWindowEffect.h +++ b/ITSlideVerticallyWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowEffect.h" +#import @interface ITSlideVerticallyWindowEffect : ITWindowEffect { diff --git a/ITSpinAndZoomWindowEffect.h b/ITSpinAndZoomWindowEffect.h index 750331f..8bafa0c 100644 --- a/ITSpinAndZoomWindowEffect.h +++ b/ITSpinAndZoomWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowEffect.h" +#import @interface ITSpinAndZoomWindowEffect : ITWindowEffect { diff --git a/ITSpinWindowEffect.h b/ITSpinWindowEffect.h index 93cf3b4..74f6307 100644 --- a/ITSpinWindowEffect.h +++ b/ITSpinWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowEffect.h" +#import @interface ITSpinWindowEffect : ITWindowEffect { diff --git a/ITTransientStatusWindow.h b/ITTransientStatusWindow.h index 2e2a2e6..bd2af50 100644 --- a/ITTransientStatusWindow.h +++ b/ITTransientStatusWindow.h @@ -13,8 +13,8 @@ */ #import -#import "ITWindowPositioning.h" -#import "ITWindowEffect.h" +#import +#import #define DEFAULT_EXIT_DELAY 3.0 diff --git a/ITWindowEffect.h b/ITWindowEffect.h index e1eff56..8dcd15d 100644 --- a/ITWindowEffect.h +++ b/ITWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowPositioning.h" +#import @class ITTransientStatusWindow; diff --git a/ITZoomWindowEffect.h b/ITZoomWindowEffect.h index 42363ce..4c0f02e 100644 --- a/ITZoomWindowEffect.h +++ b/ITZoomWindowEffect.h @@ -12,7 +12,7 @@ */ #import -#import "ITWindowEffect.h" +#import @interface ITZoomWindowEffect : ITWindowEffect { -- 2.20.1