diff options
Diffstat (limited to 'macosx/HBRange.m')
-rw-r--r-- | macosx/HBRange.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBRange.m b/macosx/HBRange.m index ae09edbe7..2f3c8d0dc 100644 --- a/macosx/HBRange.m +++ b/macosx/HBRange.m @@ -5,7 +5,7 @@ It may be used under the terms of the GNU General Public License. */ #import "HBRange.h" -#import "HBTitle.h" +#import "HBTitlePrivate.h" #import "HBCodingUtilities.h" NSString *HBRangeChangedNotification = @"HBRangeChangedNotification"; |